8 lines
262 B
CMake
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)
|