better build running

This commit is contained in:
talksik
2023-09-07 09:33:54 -07:00
parent 27c29b5420
commit 1aa9dae257
4 changed files with 9 additions and 372 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ project(HelloWorld)
set(CMAKE_CXX_STANDARD 14)
set (source_dir "${PROJECT_SOURCE_DIR}/src")
set (source_dir "./src")
file (GLOB source_files "${source_dir}/*.cpp")
add_executable(HelloWorld ${source_files})