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

3 lines
163 B
CMake
Raw Normal View History

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