mirror of
https://github.com/krahets/hello-algo.git
synced 2024-12-27 01:26:28 +08:00
2 lines
No EOL
93 B
CMake
2 lines
No EOL
93 B
CMake
add_executable(array_stack array_stack.c)
|
|
add_executable(linkedlist_stack linkedlist_stack.c) |