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

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)