SDRPlusPlus/decoder_modules/falcon9_decoder/CMakeLists.txt

8 lines
189 B
CMake
Raw Normal View History

cmake_minimum_required(VERSION 3.13)
2021-03-20 21:53:44 +01:00
project(falcon9_decoder)
2021-10-04 03:31:13 +02:00
file(GLOB_RECURSE SRC "src/*.cpp")
2023-02-14 16:25:05 +01:00
include(${SDRPP_MODULE_CMAKE})
2021-03-20 21:53:44 +01:00
2023-02-14 16:25:05 +01:00
target_include_directories(falcon9_decoder PRIVATE "src/")