diff options
| author | Petr Mrázek <peterix@gmail.com> | 2020-06-07 21:30:03 +0200 |
|---|---|---|
| committer | Petr Mrázek <peterix@gmail.com> | 2020-06-07 21:30:03 +0200 |
| commit | dc72a20b7efd304d12af2025223fad07b4b78464 (patch) | |
| tree | 92ba268c46faa23f8abc732249ee0822fc4fefb1 | |
| parent | d7deea6dac9ca210a4dec273a7e10453492e04b5 (diff) | |
| download | Project-Tick-dc72a20b7efd304d12af2025223fad07b4b78464.tar.gz Project-Tick-dc72a20b7efd304d12af2025223fad07b4b78464.zip | |
Fix not building on Gentoo
Originally from https://github.com/Barteks2x
| -rw-r--r-- | CMakeLists.txt | 1 |
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} ) |
