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

2 lines
79 B
CMake
Raw Normal View History

add_executable(binary_search binary_search.c)
add_executable(two_sum two_sum.c)