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