From b4e3f5d4837e7da50b19a7064318eae5176887d0 Mon Sep 17 00:00:00 2001 From: Aki Date: Wed, 9 Feb 2022 22:55:41 +0100 Subject: Added simplistic install-time configuration --- contrib/CMakeLists.txt | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'contrib') diff --git a/contrib/CMakeLists.txt b/contrib/CMakeLists.txt index ea23799..3845b71 100644 --- a/contrib/CMakeLists.txt +++ b/contrib/CMakeLists.txt @@ -3,3 +3,8 @@ add_subdirectory(ogg) add_subdirectory(Opcode) add_subdirectory(vorbis) add_subdirectory(zlib) +install( + TARGETS png15 Opcode zlib + RUNTIME + DESTINATION ${CMAKE_INSTALL_PREFIX} + ) -- cgit v1.1