[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
|
lodepng PUBLIC SYSTEM
|
||||||
include
|
include
|
||||||
)
|
)
|
||||||
|
|
||||||
|
install(
|
||||||
|
TARGETS
|
||||||
|
lodepng
|
||||||
|
DESTINATION
|
||||||
|
LIBRARY DESTINATION lib
|
||||||
|
ARCHIVE DESTINATION lib
|
||||||
|
)
|
||||||
|
Reference in New Issue
Block a user