C-study/CMakeLists.txt

5 lines
159 B
CMake
Raw Normal View History

2021-11-17 12:00:07 +00:00
add_executable(1 05/1/1.c)
add_executable(2 05/2/2.c)
add_executable(no 05/3/no.c)
add_executable(c0604 05/4/c0604.c)
add_executable(CMakeLists CMakeLists.txt)