mirror of
https://github.com/krahets/hello-algo.git
synced 2024-12-26 23:06:31 +08:00
3 lines
No EOL
151 B
CMake
3 lines
No EOL
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) |