hello-algo/codes/cpp/chapter_greedy/CMakeLists.txt
Yudong Jin 2b7d7aa827
Add the chapter of greedy. (#633)
Add the section of fractional knapsack.
2023-07-20 18:26:54 +08:00

2 lines
No EOL
117 B
CMake

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