mirror of
https://github.com/krahets/hello-algo.git
synced 2024-12-25 00:46:30 +08:00
Add the link of math.h lib in CMakeList.
This commit is contained in:
parent
a999db21ee
commit
49745cf2d2
1 changed files with 1 additions and 0 deletions
|
@ -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 a new issue