mirror of
https://github.com/f4exb/sdrangel.git
synced 2025-09-05 14:47:50 -04:00
Use debug library on Windows only
This commit is contained in:
parent
3a79e63a92
commit
decdf58f49
@ -519,8 +519,12 @@ target_link_libraries(sdrbase
|
|||||||
swagger
|
swagger
|
||||||
)
|
)
|
||||||
if (LIBSIGMF_FOUND)
|
if (LIBSIGMF_FOUND)
|
||||||
target_link_libraries(sdrbase optimized ${LIBSIGMF_LIBRARIES})
|
if(WIN32)
|
||||||
target_link_libraries(sdrbase debug ${LIBSIGMF_LIBRARIES_DEBUG})
|
target_link_libraries(sdrbase optimized ${LIBSIGMF_LIBRARIES})
|
||||||
|
target_link_libraries(sdrbase debug ${LIBSIGMF_LIBRARIES_DEBUG})
|
||||||
|
else()
|
||||||
|
target_link_libraries(sdrbase ${LIBSIGMF_LIBRARIES})
|
||||||
|
endif()
|
||||||
endif()
|
endif()
|
||||||
if (Qt6_FOUND)
|
if (Qt6_FOUND)
|
||||||
target_link_libraries(sdrbase
|
target_link_libraries(sdrbase
|
||||||
|
Loading…
x
Reference in New Issue
Block a user