mirror of
https://github.com/krahets/hello-algo.git
synced 2026-07-02 10:34:35 +00:00
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) |