mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2024-11-10 04:37:37 +01:00
9 lines
246 B
CMake
9 lines
246 B
CMake
cmake_minimum_required(VERSION 3.13)
|
|
project(recorder)
|
|
|
|
file(GLOB SRC "src/*.cpp")
|
|
|
|
include(${SDRPP_MODULE_CMAKE})
|
|
|
|
target_include_directories(recorder PRIVATE "src/")
|
|
target_include_directories(recorder PRIVATE "../../decoder_modules/radio/src") |