cpp-algo-cases/chapter_divide_and_conquer/CMakeLists.txt

3 lines
135 B
CMake
Raw Permalink Normal View History

2024-02-21 09:31:34 +08:00
add_executable(binary_search_recur binary_search_recur.cpp)
add_executable(build_tree build_tree.cpp)
add_executable(hanota hanota.cpp)