Skip to content

Commit

Permalink
CMake: add m to april_link_libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
abb128 committed Sep 4, 2023
1 parent 9874b5f commit 3308e68
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ endif()

if(NOT WIN32)
list(APPEND april_link_libraries "pthread")
list(APPEND april_link_libraries "m")
endif()

include_directories(${PROJECT_SOURCE_DIR} ${PROJECT_SOURCE_DIR}/src ${ORT_INCLUDE_DIR})
Expand Down

0 comments on commit 3308e68

Please sign in to comment.