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

2 lines
56 B
CMake
Raw Normal View History

2023-09-09 16:28:44 +08:00
add_executable(coin_change_greedy coin_change_greedy.c)