mirror of
https://github.com/krahets/hello-algo.git
synced 2024-12-27 05:56:28 +08:00
3 lines
145 B
CMake
3 lines
145 B
CMake
|
add_executable(binary_search binary_search.cpp)
|
||
|
add_executable(hashing_search hashing_search.cpp)
|
||
|
add_executable(linear_search linear_search.cpp)
|