summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPetr Mrázek <peterix@gmail.com>2020-06-07 21:30:03 +0200
committerPetr Mrázek <peterix@gmail.com>2020-06-07 21:30:03 +0200
commitdc72a20b7efd304d12af2025223fad07b4b78464 (patch)
tree92ba268c46faa23f8abc732249ee0822fc4fefb1
parentd7deea6dac9ca210a4dec273a7e10453492e04b5 (diff)
downloadProject-Tick-dc72a20b7efd304d12af2025223fad07b4b78464.tar.gz
Project-Tick-dc72a20b7efd304d12af2025223fad07b4b78464.zip
Fix not building on Gentoo
Originally from https://github.com/Barteks2x
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index b45655c4a1..1faa5dc034 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -50,6 +50,7 @@ target_include_directories(${NBT_NAME} PUBLIC include ${CMAKE_CURRENT_BINARY_DIR
if(DEFINED NBT_DEST_DIR)
install(
TARGETS ${NBT_NAME}
+ ARCHIVE DESTINATION ${LIBRARY_DEST_DIR}
RUNTIME DESTINATION ${LIBRARY_DEST_DIR}
LIBRARY DESTINATION ${LIBRARY_DEST_DIR}
)