mirror of
https://github.com/love2d/megasource.git
synced 2026-08-19 04:05:09 +02:00
Add "LIBRARY" destination for install commands.
This commit is contained in:
@@ -1149,7 +1149,7 @@ set(_INSTALL_LIBS "SDL2main")
|
||||
if(SDL_SHARED)
|
||||
add_library(SDL2 SHARED ${SOURCE_FILES})
|
||||
if(MEGA)
|
||||
install(TARGETS SDL2 RUNTIME DESTINATION .)
|
||||
install(TARGETS SDL2 RUNTIME DESTINATION . LIBRARY DESTINATION .)
|
||||
endif()
|
||||
if(UNIX)
|
||||
set_target_properties(SDL2 PROPERTIES
|
||||
|
||||
Reference in New Issue
Block a user