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-babel/CMakeLists.txt

9 lines
262 B
Text
Raw Normal View History

2013-03-18 17:14:11 +01:00
cmake_minimum_required(VERSION 2.8.3)
project(GMRF_PROTO_BABEL C)
# TODO: Clean this up
set(GMRF_INCLUDE_DIR "" CACHE PATH "Path to the GMRF include directory")
set(MMSS_PROTOCOL_LIB "" CACHE FILEPATH "Path to the MMSS protocol library")
add_subdirectory(src)