Merge pull request #66 from Aang23/master

Support installation via CMake
This commit is contained in:
AlexandreRouma
2021-02-11 22:53:15 +01:00
committed by GitHub
17 changed files with 112 additions and 15 deletions

View File

@ -29,4 +29,7 @@ else (MSVC)
target_include_directories(sdrplay_source PUBLIC ${LIBSDRPLAY_INCLUDE_DIRS})
target_link_directories(sdrplay_source PUBLIC ${LIBSDRPLAY_LIBRARY_DIRS})
target_link_libraries(sdrplay_source PUBLIC ${LIBSDRPLAY_LIBRARIES})
endif (MSVC)
endif (MSVC)
# Install directives
install(TARGETS sdrplay_source DESTINATION lib/sdrpp/plugins)