kopia lustrzana https://github.com/AlexandreRouma/SDRPlusPlus
9 wiersze
196 B
CMake
9 wiersze
196 B
CMake
![]() |
cmake_minimum_required(VERSION 3.13)
|
||
|
project(sddc_source)
|
||
|
|
||
|
file(GLOB SRC "src/*.cpp")
|
||
|
|
||
|
include(${SDRPP_MODULE_CMAKE})
|
||
|
|
||
|
add_subdirectory("./libsddc")
|
||
|
target_link_libraries(sddc_source PRIVATE sddc)
|