diff options
Diffstat (limited to 'src/m_paper_key/CMakeLists.txt')
-rw-r--r-- | src/m_paper_key/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/m_paper_key/CMakeLists.txt b/src/m_paper_key/CMakeLists.txt index 0855aa8..61396c7 100644 --- a/src/m_paper_key/CMakeLists.txt +++ b/src/m_paper_key/CMakeLists.txt @@ -31,7 +31,7 @@ aux_source_directory(. INTEGRATED_MODULE_SOURCE) add_library(mod_paper_key SHARED ${INTEGRATED_MODULE_SOURCE}) # install dir -install(TARGETS mod_paper_key +install(TARGETS mod_paper_key LIBRARY DESTINATION "${CMAKE_INSTALL_PREFIX}/modules") # link sdk |