mirror of
https://github.com/krahets/hello-algo.git
synced 2025-01-23 14:20:29 +08:00
Add the link of math.h lib in CMakeList.
This commit is contained in:
parent
a999db21ee
commit
49745cf2d2
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user