Skip to content

Commit

Permalink
link math library
Browse files Browse the repository at this point in the history
  • Loading branch information
yilun-zhangs authored and tdaede committed Sep 3, 2024
1 parent d9920e0 commit 9461eca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions code/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ if(BUILD_SHARED_LIBS)
if(HOA_BINAURALIZER)
target_link_libraries (${PROJECT_NAME} iamf2resonance)
endif()
target_link_libraries (${PROJECT_NAME} m)
else()
add_library(${PROJECT_NAME} STATIC ${DIR_DEP_EXTERNAL_WAV} ${DIR_IAMF_COMMON}
${DIR_IAMF_DEC_OPUS} ${DIR_IAMF_DEC_AAC} ${DIR_IAMF_DEC_PCM}
Expand Down

0 comments on commit 9461eca

Please sign in to comment.