summaryrefslogtreecommitdiffhomepage
path: root/contrib
diff options
context:
space:
mode:
authorAki <please@ignore.pl>2022-02-09 22:55:41 +0100
committerAki <please@ignore.pl>2022-02-09 22:55:41 +0100
commitb4e3f5d4837e7da50b19a7064318eae5176887d0 (patch)
tree9f28e1e69900c81b22b6527975b36e422c3197dc /contrib
parent373dc625f82b47096893add42c4472e4a57ab7eb (diff)
downloadstarshatter-b4e3f5d4837e7da50b19a7064318eae5176887d0.zip
starshatter-b4e3f5d4837e7da50b19a7064318eae5176887d0.tar.gz
starshatter-b4e3f5d4837e7da50b19a7064318eae5176887d0.tar.bz2
Added simplistic install-time configuration
Diffstat (limited to 'contrib')
-rw-r--r--contrib/CMakeLists.txt5
1 files changed, 5 insertions, 0 deletions
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}
+ )