mirror of
https://github.com/krahets/hello-algo.git
synced 2026-06-29 00:54:26 +00:00
2 lines
93 B
CMake
2 lines
93 B
CMake
add_executable(array_stack array_stack.c)
|
|
add_executable(linkedlist_stack linkedlist_stack.c) |