mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2024-11-06 10:47:34 +01:00
8 lines
199 B
CMake
8 lines
199 B
CMake
cmake_minimum_required(VERSION 3.13)
|
|
project(spectran_http_source)
|
|
|
|
file(GLOB_RECURSE SRC "src/*.cpp")
|
|
|
|
include(${SDRPP_MODULE_CMAKE})
|
|
|
|
target_include_directories(spectran_http_source PRIVATE "src/") |