mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2024-11-07 11:17:35 +01:00
8 lines
219 B
CMake
8 lines
219 B
CMake
cmake_minimum_required(VERSION 3.13)
|
|
project(frequency_manager)
|
|
|
|
file(GLOB SRC "src/*.cpp")
|
|
|
|
include(${SDRPP_MODULE_CMAKE})
|
|
|
|
target_include_directories(frequency_manager PRIVATE "src/" "../../decoder_modules/radio/src") |