We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8fd7f97 commit b794e5aCopy full SHA for b794e5a
app/api/CMakeLists.txt
@@ -17,7 +17,7 @@ set(TLSF_VERSION "TLSF-2.4.6" CACHE INTERNAL "Version string for TLSF")
17
18
if(WIN32)
19
# Define the KissFFT dll path for Windows
20
- set(API_VENDORED_KISSFFT_DLL "${CMAKE_SOURCE_DIR}/build/${KISSFFT_VERSION}/Release/kissfft-float.dll" PARENT_SCOPE)
+ set(API_VENDORED_KISSFFT_DLL "${CMAKE_SOURCE_DIR}/build/${KISSFFT_VERSION}/${CMAKE_BUILD_TYPE}/kissfft-float.dll" PARENT_SCOPE)
21
endif()
22
23
# Specify unique binary directories for each vendored project.
0 commit comments