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 --- tests/hawd/CMakeLists.txt | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 tests/hawd/CMakeLists.txt (limited to 'tests/hawd/CMakeLists.txt') diff --git a/tests/hawd/CMakeLists.txt b/tests/hawd/CMakeLists.txt new file mode 100644 index 0000000..8c677c0 --- /dev/null +++ b/tests/hawd/CMakeLists.txt @@ -0,0 +1,16 @@ +project(hawd) + +include_directories(${CMAKE_CURRENT_SOURCE_DIR} ${CMAKE_CURRENT_BINARY_DIR}) + +set(SRCS + datasetdefinition.cpp + main.cpp + module.cpp + state.cpp + modules/list.cpp +) + +add_executable(${PROJECT_NAME} ${SRCS}) +qt5_use_modules(${PROJECT_NAME} Core) +install(TARGETS ${PROJECT_NAME} DESTINATION bin) + -- cgit v1.2.3