mirror of
https://github.com/krahets/hello-algo.git
synced 2026-07-06 20:54:19 +00:00
4 lines
130 B
CMake
4 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)
|