This commit is contained in:
2025-06-02 17:09:47 -07:00
commit 8bc8bf81ad
4 changed files with 81 additions and 0 deletions

6
source/CMakeLists.txt Normal file
View File

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