mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2024-11-06 02:37:32 +01:00
8 lines
179 B
CMake
8 lines
179 B
CMake
cmake_minimum_required(VERSION 3.13)
|
|
project(rfspace_source)
|
|
|
|
file(GLOB SRC "src/*.cpp")
|
|
|
|
include(${SDRPP_MODULE_CMAKE})
|
|
|
|
target_include_directories(rfspace_source PRIVATE "src/") |