mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2024-11-07 19:27:36 +01:00
8 lines
195 B
CMake
8 lines
195 B
CMake
|
cmake_minimum_required(VERSION 3.13)
|
||
|
project(pager_decoder)
|
||
|
|
||
|
file(GLOB_RECURSE SRC "src/*.cpp" "src/*.c")
|
||
|
|
||
|
include(${SDRPP_MODULE_CMAKE})
|
||
|
|
||
|
target_include_directories(pager_decoder PRIVATE "src/")
|