aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/module/mods/gpg_info/CMakeLists.txt3
-rw-r--r--src/module/mods/ver_check/CMakeLists.txt3
2 files changed, 4 insertions, 2 deletions
diff --git a/src/module/mods/gpg_info/CMakeLists.txt b/src/module/mods/gpg_info/CMakeLists.txt
index 61c440a9..6660f5cb 100644
--- a/src/module/mods/gpg_info/CMakeLists.txt
+++ b/src/module/mods/gpg_info/CMakeLists.txt
@@ -39,7 +39,8 @@ target_include_directories(mod_gpg_info PRIVATE
# set output directory
set_target_properties(mod_gpg_info PROPERTIES
- LIBRARY_OUTPUT_DIRECTORY ${CMAKE_RUNTIME_OUTPUT_DIRECTORY}/mods)
+ LIBRARY_OUTPUT_DIRECTORY ${CMAKE_RUNTIME_OUTPUT_DIRECTORY}/mods
+ RUNTIME_OUTPUT_DIRECTORY ${CMAKE_RUNTIME_OUTPUT_DIRECTORY}/mods)
if (XCODE_BUILD)
set_target_properties(mod_gpg_info
diff --git a/src/module/mods/ver_check/CMakeLists.txt b/src/module/mods/ver_check/CMakeLists.txt
index 1aaf94cf..b07a499a 100644
--- a/src/module/mods/ver_check/CMakeLists.txt
+++ b/src/module/mods/ver_check/CMakeLists.txt
@@ -39,7 +39,8 @@ target_include_directories(mod_ver_check PRIVATE
# set output directory
set_target_properties(mod_ver_check PROPERTIES
- LIBRARY_OUTPUT_DIRECTORY ${CMAKE_RUNTIME_OUTPUT_DIRECTORY}/mods)
+ LIBRARY_OUTPUT_DIRECTORY ${CMAKE_RUNTIME_OUTPUT_DIRECTORY}/mods
+ RUNTIME_OUTPUT_DIRECTORY ${CMAKE_RUNTIME_OUTPUT_DIRECTORY}/mods)
if (XCODE_BUILD)
set_target_properties(mod_ver_check