Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
sannysanoff committed May 14, 2024
2 parents 9624914 + b61026f commit 1ff8548
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions decoder_modules/ch_extravhf_decoder/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ if(ANDROID)
target_link_libraries(ch_dmr_decoder PUBLIC ${SDR_KIT_ROOT}/${ANDROID_ABI}/lib/libfftw3f.so)
elseif(MSVC)
target_link_libraries(ch_dmr_decoder PUBLIC itpp)
target_link_directories(ch_dmr_decoder PUBLIC "${VCPKG_INSTALLED_DIR}/x64-windows/lib")
find_package(FFTW3f CONFIG REQUIRED)
target_link_libraries(ch_dmr_decoder PUBLIC FFTW3::fftw3f)
else()
Expand Down

0 comments on commit 1ff8548

Please sign in to comment.