mirror of
https://github.com/krahets/hello-algo.git
synced 2024-12-26 11:16:28 +08:00
5 lines
202 B
CMake
5 lines
202 B
CMake
|
add_executable(binary_search binary_search.c)
|
||
|
add_executable(two_sum two_sum.c)
|
||
|
add_executable(binary_search_edge binary_search_edge.c)
|
||
|
add_executable(binary_search_insertion binary_search_insertion.c)
|