hello-algo/codes/cpp/chapter_divide_and_conquer/CMakeLists.txt
2023-07-17 04:20:12 +08:00

3 lines
No EOL
135 B
CMake

add_executable(binary_search_recur binary_search_recur.cpp)
add_executable(build_tree build_tree.cpp)
add_executable(hanota hanota.cpp)