cpp-algo-cases/chapter_greedy/CMakeLists.txt

3 lines
163 B
CMake
Raw Normal View History

2024-02-21 09:31:34 +08:00
add_executable(coin_change_greedy coin_change_greedy.cpp)
add_executable(fractional_knapsack fractional_knapsack.cpp)
add_executable(max_capacity max_capacity.cpp)