mirror of
https://github.com/krahets/hello-algo.git
synced 2024-12-26 12:06:29 +08:00
2 lines
117 B
CMake
2 lines
117 B
CMake
|
add_executable(coin_change_greedy coin_change_greedy.cpp)
|
||
|
add_executable(fractional_knapsack fractional_knapsack.cpp)
|