hello-algo/codes/c/chapter_divide_and_conquer/CMakeLists.txt
2023-10-17 23:45:31 +08:00

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)