diff --git a/CMakeLists.txt b/CMakeLists.txt index ea7133a..c725b60 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -138,6 +138,7 @@ set_target_properties(jluna PROPERTIES WINDOWS_EXPORT_ALL_SYMBOLS "YES" # TODO: Why is this necessary? VERSION "${PROJECT_VERSION}" SOVERSION "${PROJECT_VERSION}" + LIBRARY_OUTPUT_DIRECTORY "${CMAKE_INSTALL_PREFIX}" ) ### Install rules ###