Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
ShirasawaSama committed Dec 11, 2023
1 parent aad49f2 commit e1414dd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,6 @@ add_library(EIMTimeStretchers SHARED ${SRC_FILES})
if (WIN32)
add_dependencies(rubberband sleef)
target_link_libraries(rubberband PRIVATE sleef sleefdft)
set_target_properties(EIMTimeStretchers PROPERTIES COMPILE_FLAGS "$<$<CONFIG:Release>:/GL>")
set_target_properties(EIMTimeStretchers PROPERTIES LINK_FLAGS "$<$<CONFIG:Release>:/LTCG>")
target_link_libraries(EIMTimeStretchers PRIVATE SoundTouch rubberband)
elseif (APPLE)
target_link_libraries(EIMTimeStretchers PRIVATE "-framework Accelerate" SoundTouch pthread rubberband)
Expand Down

0 comments on commit e1414dd

Please sign in to comment.