From da27447a4ab3716c8f6c898337a07dd4b7d48c4d Mon Sep 17 00:00:00 2001 From: Gary Talent Date: Sat, 1 Jul 2023 16:03:58 -0500 Subject: [PATCH] [lodepng] Add install for lodepng --- deps/lodepng/CMakeLists.txt | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/deps/lodepng/CMakeLists.txt b/deps/lodepng/CMakeLists.txt index d5b1043e..93c95b29 100644 --- a/deps/lodepng/CMakeLists.txt +++ b/deps/lodepng/CMakeLists.txt @@ -12,3 +12,11 @@ target_include_directories( lodepng PUBLIC SYSTEM include ) + +install( + TARGETS + lodepng + DESTINATION + LIBRARY DESTINATION lib + ARCHIVE DESTINATION lib +)