mirror of
https://github.com/AlexandreRouma/SDRPlusPlus
synced 2026-08-13 17:37:08 -04:00
8 lines
No EOL
189 B
CMake
8 lines
No EOL
189 B
CMake
cmake_minimum_required(VERSION 3.13)
|
|
project(falcon9_decoder)
|
|
|
|
file(GLOB_RECURSE SRC "src/*.cpp")
|
|
|
|
include(${SDRPP_MODULE_CMAKE})
|
|
|
|
target_include_directories(falcon9_decoder PRIVATE "src/") |