diff options
author | crupest <crupest@outlook.com> | 2022-03-29 22:19:38 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2022-03-29 22:19:38 +0800 |
commit | 711400430b7252e76e11a5799ace8e1cf0b2aa7d (patch) | |
tree | 19a96e1b06c225acc37a1c72ccf196856e5619f7 | |
parent | 6f09b50c8abce11ef191fd3205b1cbdd2891907f (diff) | |
download | cru-711400430b7252e76e11a5799ace8e1cf0b2aa7d.tar.gz cru-711400430b7252e76e11a5799ace8e1cf0b2aa7d.tar.bz2 cru-711400430b7252e76e11a5799ace8e1cf0b2aa7d.zip |
...
-rw-r--r-- | CMakeLists.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 63ae5d13..a56119a3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -17,6 +17,11 @@ set(CMAKE_CXX_STANDARD 20) project(cru) +set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/bin) +set(CMAKE_LIBRARY_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/lib) + +set(C) + enable_testing() if (MSVC) |