SDRPlusPlus/source_modules/hermes_source/CMakeLists.txt

8 lines
177 B
CMake
Raw Normal View History

2022-10-18 11:09:22 +02:00
cmake_minimum_required(VERSION 3.13)
project(hermes_source)
file(GLOB SRC "src/*.cpp")
2023-02-14 16:25:05 +01:00
include(${SDRPP_MODULE_CMAKE})
2022-10-18 11:09:22 +02:00
2023-02-14 16:25:05 +01:00
target_include_directories(hermes_source PRIVATE "src/")