cmake_minimum_required(VERSION 3.6) project(radio-controller-test CXX) add_executable(tests tests.cpp catch.hpp ../include bit_string-test.cpp ../include/decoder.h ../include/misc.h ../include/script_decoder.h )