[lodepng] Add install for lodepng
This commit is contained in:
parent
6166ab15db
commit
da27447a4a
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
|
||||||
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user