aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorSalanto <62221668+Salanto@users.noreply.github.com>2024-05-19 00:31:43 +0200
committerGitHub <noreply@github.com>2024-05-19 00:31:43 +0200
commitf174a633d7ee08a772ee13b634172e4312533f82 (patch)
tree9619529ad15537bb2c8efdddb31ef780c0c391a5 /CMakeLists.txt
parent51338e30e046f1a62c84049b34577f0f3b5db6e3 (diff)
Update CI, Deprecate Linux/MacOS for now (#960)
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index ee5759e8..cbd32fa9 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -124,3 +124,7 @@ endif()
if(AO_BUILD_TESTS)
add_subdirectory(test)
endif()
+
+set_target_properties(Attorney_Online PROPERTIES
+ LIBRARY_OUTPUT_DIRECTORY $<1:${CMAKE_CURRENT_LIST_DIR}/bin>
+ RUNTIME_OUTPUT_DIRECTORY $<1:${CMAKE_CURRENT_LIST_DIR}/bin>)