mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2026-04-20 07:12:43 +00:00
Added discord-rpc to build process
This commit is contained in:
@@ -11,7 +11,9 @@ endif ()
|
||||
|
||||
file(GLOB SRC "src/*.cpp")
|
||||
|
||||
include_directories("src/")
|
||||
include_directories("src/" "discord-rpc/include")
|
||||
|
||||
add_subdirectory("discord-rpc")
|
||||
|
||||
add_library(discord SHARED ${SRC})
|
||||
target_link_libraries(discord PRIVATE sdrpp_core)
|
||||
|
||||
Reference in New Issue
Block a user