mirror of
https://github.com/krahets/hello-algo.git
synced 2025-11-02 12:58:42 +08:00
Add the link of math.h lib in CMakeList.
This commit is contained in:
@ -2,3 +2,4 @@ add_executable(coin_change_greedy coin_change_greedy.c)
|
||||
add_executable(fractional_knapsack fractional_knapsack.c)
|
||||
add_executable(max_capacity max_capacity.c)
|
||||
add_executable(max_product_cutting max_product_cutting.c)
|
||||
target_link_libraries(max_product_cutting m)
|
||||
|
||||
Reference in New Issue
Block a user