2 lines
93 B
CMake
2 lines
93 B
CMake
add_executable(array_stack array_stack.c)
|
|
add_executable(linkedlist_stack linkedlist_stack.c) |