mirror of
https://github.com/krahets/hello-algo.git
synced 2025-01-27 17:38:40 +08:00
3 lines
151 B
CMake
3 lines
151 B
CMake
add_executable(hashing_search hashing_search.cpp)
|
|
add_executable(leetcode_two_sum leetcode_two_sum.cpp)
|
|
add_executable(linear_search linear_search.cpp) |