cmake_minimum_required(VERSION 3.0.0)

file(GLOB_RECURSE SatDump_testing_CPPS *.cpp)

add_executable(cadu_rs_derand ${SatDump_testing_CPPS})
target_include_directories(cadu_rs_derand PUBLIC src-testing src-core)

# Link against the core
target_link_libraries(cadu_rs_derand PUBLIC satdump_core)