7 lines
87 B
CMake
7 lines
87 B
CMake
# ADD SOURCES HERE
|
|
set(SOURCE_FILES
|
|
main.c
|
|
)
|
|
|
|
add_executable(roll ${SOURCE_FILES})
|