diff options
| author | Salanto <62221668+Salanto@users.noreply.github.com> | 2024-05-19 00:31:43 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-05-19 00:31:43 +0200 |
| commit | f174a633d7ee08a772ee13b634172e4312533f82 (patch) | |
| tree | 9619529ad15537bb2c8efdddb31ef780c0c391a5 /CMakeLists.txt | |
| parent | 51338e30e046f1a62c84049b34577f0f3b5db6e3 (diff) | |
Update CI, Deprecate Linux/MacOS for now (#960)
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 4 |
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>) |
