3 lines
99 B
CMake
3 lines
99 B
CMake
add_executable(array array.c)
|
|
add_executable(linked_list linked_list.c)
|
|
add_executable(list list.c) |