This repository has been archived on 2025-03-03. You can view files and clone it, but cannot push or open issues or pull requests.
gmrf/CMakeLists.txt

10 lines
191 B
Text
Raw Permalink Normal View History

cmake_minimum_required(VERSION 2.8.3)
2013-07-26 14:22:18 +02:00
project(GMRF C CXX)
set(CMAKE_MODULE_PATH ${GMRF_SOURCE_DIR})
find_package(BISON 2.5 REQUIRED)
add_subdirectory(mmss)
2013-03-18 17:13:15 +01:00
add_subdirectory(mmss-protocol)