hello-algo/codes/cpp/chapter_searching/CMakeLists.txt

4 lines
142 B
CMake
Raw Normal View History

add_executable(binary_search binary_search.cpp)
2023-06-13 21:16:54 +08:00
add_executable(binary_search_edge binary_search_edge.cpp)
add_executable(two_sum two_sum.cpp)