Fixed missing library dir argument for OSX

This commit is contained in:
Ryzerth
2021-04-29 14:30:11 +02:00
parent 6aade531a2
commit 8c8acf6955
10 changed files with 83 additions and 1 deletions

View File

@ -64,6 +64,13 @@ else()
${VOLK_INCLUDE_DIRS}
)
target_link_directories(sdrpp_core PUBLIC
${GLEW_LIBRARY_DIRS}
${FFTW3_LIBRARY_DIRS}
${GLFW3_LIBRARY_DIRS}
${VOLK_LIBRARY_DIRS}
)
target_link_libraries(sdrpp_core PUBLIC
${OPENGL_LIBRARIES}
${GLEW_LIBRARIES}