quick test for volk

This commit is contained in:
Ryzerth 2021-04-26 01:59:26 +02:00
parent 670b5aefce
commit 5322a4632c

View File

@ -79,6 +79,8 @@ else()
${VOLK_LIBRARIES}
)
message(${VOLK_LIBRARIES})
if (${CMAKE_SYSTEM_NAME} MATCHES "Linux")
target_link_libraries(sdrpp_core PUBLIC stdc++fs)
endif ()