Skip to content

Commit

Permalink
Add the link of math.h lib in CMakeList.
Browse files Browse the repository at this point in the history
  • Loading branch information
krahets committed Nov 16, 2023
1 parent a999db2 commit 49745cf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions codes/c/chapter_greedy/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit 49745cf

Please sign in to comment.