[lodepng] Add install for lodepng

This commit is contained in:
Gary Talent 2023-07-01 16:03:58 -05:00
parent 6166ab15db
commit da27447a4a

View File

@ -12,3 +12,11 @@ target_include_directories(
lodepng PUBLIC SYSTEM
include
)
install(
TARGETS
lodepng
DESTINATION
LIBRARY DESTINATION lib
ARCHIVE DESTINATION lib
)