hello-algo/codes/cpp/chapter_greedy/CMakeLists.txt

2 lines
117 B
CMake
Raw Normal View History

add_executable(coin_change_greedy coin_change_greedy.cpp)
add_executable(fractional_knapsack fractional_knapsack.cpp)