mirror of
https://github.com/love2d/megasource.git
synced 2026-08-20 04:30:45 +02:00
Install shared libraries.
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user