mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2025-02-23 21:03:57 +01:00
fix CMakeLists.txt file
This commit is contained in:
parent
99d14f7abb
commit
e6ab6f3cc9
@ -11,10 +11,10 @@ endif ()
|
|||||||
|
|
||||||
file(GLOB SRC "src/*.cpp")
|
file(GLOB SRC "src/*.cpp")
|
||||||
|
|
||||||
include_directories("src/")
|
include_directories("src/" "../radio/src" "../core/src" "../core/src/gui" "../core/src/imgui")
|
||||||
|
|
||||||
add_library(frequency_manager SHARED ${SRC})
|
add_library(frequency_manager SHARED ${SRC})
|
||||||
target_link_libraries(frequency_manager PRIVATE sdrpp_core)
|
target_link_libraries(frequency_manager PUBLIC sdrpp_core)
|
||||||
set_target_properties(frequency_manager PROPERTIES PREFIX "")
|
set_target_properties(frequency_manager PROPERTIES PREFIX "")
|
||||||
|
|
||||||
# Install directives
|
# Install directives
|
||||||
|
Loading…
x
Reference in New Issue
Block a user