mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2025-08-24 00:41:47 +02:00
Support installation via CMake
This commit is contained in:
CMakeLists.txt
airspy_source
airspyhf_source
audio_sink
cmake_uninstall.cmake.incore
file_source
hackrf_source
plutosdr_source
radio
recorder
rtl_tcp_source
rx888_source
sdrplay_source
soapy_source
spyserver_source
@@ -28,4 +28,7 @@ else (MSVC)
|
||||
target_include_directories(hackrf_source PUBLIC ${LIBHACKRF_INCLUDE_DIRS})
|
||||
target_link_directories(hackrf_source PUBLIC ${LIBHACKRF_LIBRARY_DIRS})
|
||||
target_link_libraries(hackrf_source PUBLIC ${LIBHACKRF_LIBRARIES})
|
||||
endif (MSVC)
|
||||
endif (MSVC)
|
||||
|
||||
# Install directives
|
||||
install(TARGETS hackrf_source DESTINATION lib/sdrpp/plugins)
|
Reference in New Issue
Block a user