]> git.mcshandy.xyz Git - barrow_crawler/commitdiff
Update build dirs
authorRandy McShandy <randy@mcshandy.xyz>
Mon, 29 Apr 2024 01:58:45 +0000 (20:58 -0500)
committerRandy McShandy <randy@mcshandy.xyz>
Mon, 29 Apr 2024 01:58:45 +0000 (20:58 -0500)
CMakeLists.txt

index c56b1045cce8f10f305772ecc80efe5c5ea01cad..fdb73739ec482c23c0abdf74dc0010fa3430912f 100644 (file)
@@ -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/)