Skip to content

Commit

Permalink
Fix Windows packaging failures.
Browse files Browse the repository at this point in the history
  • Loading branch information
tmiw committed Dec 1, 2024
1 parent 5921369 commit a13103a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions cmake/BuildSoxr.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,10 @@ if(NOT soxr_POPULATED)
FetchContent_Populate(soxr)
list(APPEND CMAKE_MODULE_PATH "${soxr_SOURCE_DIR}/cmake/Modules")
add_subdirectory(${soxr_SOURCE_DIR} ${soxr_BINARY_DIR} EXCLUDE_FROM_ALL)
list(APPEND FREEDV_PACKAGE_SEARCH_PATHS ${soxr_BINARY_DIR}/src)
list(APPEND FREEDV_PACKAGE_SEARCH_PATHS ${soxr_BINARY_DIR}/bin)
endif()

list(APPEND FREEDV_LINK_LIBS soxr)
list(APPEND FREEDV_PACKAGE_SEARCH_PATHS ${soxr_BINARY_DIR}/src)

target_include_directories(soxr BEFORE PRIVATE ${soxr_BINARY_DIR})
include_directories(${soxr_SOURCE_DIR}/src)
1 change: 1 addition & 0 deletions cmake/GetDependencies.cmake.in
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ set( _windlls
OLEACC.dll
msvcrt.dll
bcrypt.dll
PSAPI.DLL

# The below are additional DLLs required when compiled
# using the LLVM version of MinGW.
Expand Down

0 comments on commit a13103a

Please sign in to comment.