mirror of
https://github.com/krahets/hello-algo.git
synced 2024-12-26 13:26:29 +08: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)
|