mirror of
https://github.com/krahets/hello-algo.git
synced 2024-12-27 02:46:28 +08:00
3 lines
No EOL
99 B
CMake
3 lines
No EOL
99 B
CMake
add_executable(array array.c)
|
|
add_executable(linked_list linked_list.c)
|
|
add_executable(list list.c) |