This repository has been archived on 2025-03-03. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
gmrf-babel/CMakeLists.txt

8 lines
262 B
CMake

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)