mirror of
https://github.com/krahets/hello-algo.git
synced 2026-06-30 17:44:26 +00:00
2 lines
71 B
CMake
2 lines
71 B
CMake
add_executable(array array.c)
|
|
add_executable(linked_list linked_list.c) |