mirror of
https://github.com/krahets/hello-algo.git
synced 2025-01-24 06:50:26 +08:00
3 lines
133 B
CMake
3 lines
133 B
CMake
add_executable(hashing_search hashing_search.cpp)
|
|
add_executable(two_sum two_sum.cpp)
|
|
add_executable(linear_search linear_search.cpp) |