mirror of
https://github.com/love2d/megasource.git
synced 2026-08-17 11:11:35 +02:00
Add "LIBRARY" destination for install commands.
This commit is contained in:
@@ -112,5 +112,5 @@ if (DEVIL_BUILD_SHARED)
|
||||
target_include_directories(DevIL PUBLIC include ${CMAKE_CURRENT_BINARY_DIR})
|
||||
target_include_directories(DevIL PRIVATE src-IL/include)
|
||||
target_link_libraries(DevIL ${PNG_LIB_NAME_STATIC} jpeg-static jasper-static tiff-static winmm.lib)
|
||||
install(TARGETS DevIL RUNTIME DESTINATION .)
|
||||
install(TARGETS DevIL RUNTIME DESTINATION . LIBRARY DESTINATION .)
|
||||
endif()
|
||||
|
||||
Reference in New Issue
Block a user