Skip to content

Commit

Permalink
Merged pull request "link libm for client target": #401
Browse files Browse the repository at this point in the history
  • Loading branch information
apanteleev committed Apr 5, 2024
2 parents 990d208 + 2637ea1 commit 824bc62
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -593,6 +593,9 @@ endif()

IF(UNIX)
TARGET_LINK_LIBRARIES(server dl rt m pthread)
IF(TARGET client)
TARGET_LINK_LIBRARIES(client m)
ENDIF()
ENDIF()

IF(TARGET client)
Expand Down

0 comments on commit 824bc62

Please sign in to comment.