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 --- examples/application/CMakeLists.txt | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 examples/application/CMakeLists.txt (limited to 'examples/application') diff --git a/examples/application/CMakeLists.txt b/examples/application/CMakeLists.txt new file mode 100644 index 000000000..2cc804a08 --- /dev/null +++ b/examples/application/CMakeLists.txt @@ -0,0 +1,20 @@ +include_directories( + ${CMAKE_CURRENT_SOURCE_DIR} + ${CMAKE_BINARY_DIR}/include +) + +link_directories() + + +##### application(executable) + +tde_add_executable( application + + SOURCES + main.cpp + application.cpp + LINK + tqt-mt-shared +) + +tqt_automoc( application ) -- cgit v1.2.3