[lodepng] Add install for lodepng
This commit is contained in:
8
deps/lodepng/CMakeLists.txt
vendored
8
deps/lodepng/CMakeLists.txt
vendored
@ -12,3 +12,11 @@ target_include_directories(
|
||||
lodepng PUBLIC SYSTEM
|
||||
include
|
||||
)
|
||||
|
||||
install(
|
||||
TARGETS
|
||||
lodepng
|
||||
DESTINATION
|
||||
LIBRARY DESTINATION lib
|
||||
ARCHIVE DESTINATION lib
|
||||
)
|
||||
|
Reference in New Issue
Block a user