From e054c0170fc80465a2cebc41117745c8685801a9 Mon Sep 17 00:00:00 2001 From: Timofey Date: Thu, 10 Nov 2016 18:54:05 +0300 Subject: Added drape and drape_tests --- qt_tstfrm/CMakeLists.txt | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 qt_tstfrm/CMakeLists.txt (limited to 'qt_tstfrm') diff --git a/qt_tstfrm/CMakeLists.txt b/qt_tstfrm/CMakeLists.txt new file mode 100644 index 0000000000..ef4f591acc --- /dev/null +++ b/qt_tstfrm/CMakeLists.txt @@ -0,0 +1,9 @@ +project(qt_tstfrm) + +set( + SRC + test_main_loop.hpp + test_main_loop.cpp +) + +add_library(${PROJECT_NAME} ${SRC}) -- cgit v1.2.3