mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2025-06-25 20:07:51 +02:00
Support installation via CMake
This commit is contained in:
@ -14,4 +14,7 @@ file(GLOB CYAPI "src/CyAPI/*.cpp")
|
||||
|
||||
add_library(rx888_source SHARED ${SRC} ${CYAPI})
|
||||
target_link_libraries(rx888_source PRIVATE sdrpp_core)
|
||||
set_target_properties(rx888_source PROPERTIES PREFIX "")
|
||||
set_target_properties(rx888_source PROPERTIES PREFIX "")
|
||||
|
||||
# Install directives
|
||||
install(TARGETS rx888_source DESTINATION lib/sdrpp/plugins)
|
Reference in New Issue
Block a user