hello-algo/codes/c/chapter_stack_and_queue/CMakeLists.txt

2 lines
93 B
CMake
Raw Normal View History

add_executable(array_stack array_stack.c)
add_executable(linkedlist_stack linkedlist_stack.c)