From 323f60b25f0872ddee04f52aec374b741dbf9d17 Mon Sep 17 00:00:00 2001 From: Aaron Seigo Date: Sun, 7 Dec 2014 16:06:23 +0100 Subject: How Are We Doing (hawd) framework --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 0ead220..c5b2eb4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -38,6 +38,8 @@ set(CMAKE_AUTOMOC ON) add_definitions("-Wall -std=c++0x") include_directories(${CMAKE_SOURCE_DIR} ${CMAKE_BINARY_DIR}) +configure_file(hawd.conf hawd.conf) + # common, eventually a lib but right now just the command buffers add_subdirectory(common) -- cgit v1.2.3