From: Randy McShandy Date: Mon, 29 Apr 2024 01:58:45 +0000 (-0500) Subject: Update build dirs X-Git-Url: http://git.mcshandy.xyz/gitweb.cgi?a=commitdiff_plain;h=a0179cfd15d904f350d5e972c58d279a59a55ffa;p=barrow_crawler Update build dirs --- 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/)