|
|
@@ -112,4 +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 .)
|
|
|
endif()
|