mirror of
https://github.com/krahets/hello-algo.git
synced 2025-01-26 08:38:41 +08:00
2 lines
79 B
CMake
2 lines
79 B
CMake
add_executable(binary_search binary_search.c)
|
|
add_executable(two_sum two_sum.c) |