mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2024-12-25 02:18:30 +01:00
Finished soapy module + added file source + added RTL_TCP source (windows only rn)
This commit is contained in:
parent
ace1fe1e5e
commit
ac068036b8
@ -17,9 +17,10 @@ file(GLOB MENUS "src/gui/menus/*.cpp")
|
|||||||
file(GLOB DIALOGS "src/gui/dialogs/*.cpp")
|
file(GLOB DIALOGS "src/gui/dialogs/*.cpp")
|
||||||
file(GLOB SIGPATH "src/signal_path/*.cpp")
|
file(GLOB SIGPATH "src/signal_path/*.cpp")
|
||||||
file(GLOB IMGUI "src/imgui/*.cpp")
|
file(GLOB IMGUI "src/imgui/*.cpp")
|
||||||
|
file(GLOB DUKTAPE "src/duktape/*.c")
|
||||||
|
|
||||||
# Add code to dyn lib
|
# Add code to dyn lib
|
||||||
add_library(sdrpp_core SHARED ${SRC} ${GUI} ${MENUS} ${DIALOGS} ${SIGPATH} ${IMGUI})
|
add_library(sdrpp_core SHARED ${SRC} ${GUI} ${MENUS} ${DIALOGS} ${SIGPATH} ${IMGUI} ${DUKTAPE})
|
||||||
set_target_properties(sdrpp_core PROPERTIES PREFIX "")
|
set_target_properties(sdrpp_core PROPERTIES PREFIX "")
|
||||||
|
|
||||||
# Include core headers
|
# Include core headers
|
||||||
|
Loading…
Reference in New Issue
Block a user