mirror of
https://github.com/krahets/hello-algo.git
synced 2024-12-26 11:06:28 +08:00
5 lines
No EOL
234 B
CMake
5 lines
No EOL
234 B
CMake
add_executable(binary_search binary_search.cpp)
|
|
add_executable(binary_search binary_search_edge.cpp)
|
|
add_executable(hashing_search hashing_search.cpp)
|
|
add_executable(two_sum two_sum.cpp)
|
|
add_executable(linear_search linear_search.cpp) |