Files
archived-rtty/CMakeLists.txt
Rosen Penev 4e01ffdf91 fix compilation with newer CMake
less than 3.5 is not supported anymore.
2025-11-26 08:55:21 +08:00

10 lines
179 B
CMake

cmake_minimum_required(VERSION 3.10)
project(rtty C)
list(APPEND CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake/Modules/")
#set(CMAKE_VERBOSE_MAKEFILE ON)
add_subdirectory(src)