We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 054b2ea commit 8702debCopy full SHA for 8702deb
MiBraids/CMakeLists.txt
@@ -80,7 +80,7 @@ target_link_libraries(${PROJECT_NAME} PUBLIC "-framework Accelerate")
80
endif()
81
82
if(MSVC)
83
- target_link_libraries(${PROJECT_NAME} PUBLIC ${LIBSR_PATH}/src/Release/samplerate.lib)
+ target_link_libraries(${PROJECT_NAME} PUBLIC ${LIBSR_PATH}/Release/samplerate.lib)
84
else()
85
target_link_libraries(${PROJECT_NAME} PUBLIC ${LIBSR_PATH}/libsamplerate.a)
86
0 commit comments