Install shared libraries.

This commit is contained in:
rude
2013-09-30 00:41:03 +02:00
parent 8e8fd28078
commit eed6391fb8
5 changed files with 10 additions and 0 deletions
+1
View File
@@ -49,4 +49,5 @@ if (MPG123_BUILD_SHARED)
add_library(mpg123 SHARED ${MPG123_SRC})
target_include_directories(mpg123 PUBLIC ${MPG123_INCLUDE_DIRS})
set_property(TARGET mpg123 PROPERTY COMPILE_DEFINITIONS BUILD_MPG123_DLL)
install(TARGETS mpg123 RUNTIME DESTINATION .)
endif()