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

3 lines
90 B
CMake
Raw Normal View History

add_executable(binary_search_recur binary_search_recur.c)
add_executable(hanota hanota.c)