This commit is contained in:
2025-09-22 20:25:25 -07:00
commit e8edf944ea
5 changed files with 38 additions and 0 deletions

6
source/CMakeLists.txt Normal file
View File

@@ -0,0 +1,6 @@
# ADD SOURCES HERE
set(SOURCE_FILES
main.cpp
)
add_executable(${PROJECT_NAME} ${SOURCE_FILES})