From 12bd9b6b2bba50da9c3444dfb42b985ed2a6a7c1 Mon Sep 17 00:00:00 2001 From: gregory guy Date: Mon, 15 Mar 2021 15:32:40 +0100 Subject: Conversion to the cmake building system. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: gregory guy Signed-off-by: Slávek Banko --- tutorial/t8/CMakeLists.txt | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 tutorial/t8/CMakeLists.txt (limited to 'tutorial/t8/CMakeLists.txt') diff --git a/tutorial/t8/CMakeLists.txt b/tutorial/t8/CMakeLists.txt new file mode 100644 index 00000000..bcc3a5e8 --- /dev/null +++ b/tutorial/t8/CMakeLists.txt @@ -0,0 +1,20 @@ +include_directories( + ${CMAKE_BINARY_DIR}/include +) + +link_directories() + + +##### t8 (executable) + +tde_add_executable( t8 + + SOURCES + main.cpp + cannon.cpp + lcdrange.cpp + LINK + tqt-mt-shared +) + +tqt_automoc( t8 ) -- cgit v1.2.3