From a0179cfd15d904f350d5e972c58d279a59a55ffa Mon Sep 17 00:00:00 2001 From: Randy McShandy Date: Sun, 28 Apr 2024 20:58:45 -0500 Subject: [PATCH] Update build dirs --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index c56b104..fdb7373 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -21,3 +21,5 @@ target_compile_options(posix_BC PUBLIC -Wall) target_link_libraries(posix_BC -lm -lpthread) target_link_libraries(windows_BC -lm -lpthread) +set_target_properties(posix_BC PROPERTIES RUNTIME_OUTPUT_DIRECTORY ./bin/) +set_target_properties(windows_BC PROPERTIES RUNTIME_OUTPUT_DIRECTORY ./bin/) -- 2.49.0