mirror of
https://github.com/krahets/hello-algo.git
synced 2024-12-26 14:36:28 +08:00
3 lines
130 B
CMake
3 lines
130 B
CMake
add_executable(binary_search_recur binary_search_recur.c)
|
|
add_executable(build_tree build_tree.c)
|
|
add_executable(hanota hanota.c)
|