Skip to content

Commit

Permalink
[kfr] cmake fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jcelerier committed May 5, 2024
1 parent c741ddc commit 89be21e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 3rdparty/kfr
4 changes: 2 additions & 2 deletions src/ossia_features.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -284,8 +284,8 @@ if(OSSIA_DATAFLOW)
)
elseif(OSSIA_ENABLE_KFR AND KFR_ENABLE_DFT) # defined in kfr/CMakeLists.txt
target_link_libraries(ossia PRIVATE
$<BUILD_INTERFACE:kfr>
$<BUILD_INTERFACE:kfr_dft>
"$<BUILD_INTERFACE:kfr>"
"$<BUILD_INTERFACE:$<LINK_LIBRARY:WHOLE_ARCHIVE,kfr_dft>>"
)
endif()
target_sources(ossia PRIVATE ${OSSIA_FFT_HEADERS} ${OSSIA_FFT_SRCS})
Expand Down

0 comments on commit 89be21e

Please sign in to comment.