From 561f5a476064264d5044ad3b0d50d61b6e79b3c6 Mon Sep 17 00:00:00 2001 From: Alexander Golubev Date: Sat, 23 Jan 2016 02:03:06 +0100 Subject: Initial-cmake-conversion Signed-off-by: Alexander Golubev (cherry picked from commit 9ffcfe47affd396c395008e4715773228ab53f63) --- src/app/CMakeLists.txt | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 src/app/CMakeLists.txt (limited to 'src/app') diff --git a/src/app/CMakeLists.txt b/src/app/CMakeLists.txt new file mode 100644 index 0000000..a374204 --- /dev/null +++ b/src/app/CMakeLists.txt @@ -0,0 +1,32 @@ +################################################# +# +# (C) 2016 Golubev Alexander +# fatzer2 (AT) gmail.com +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + +include_directories( + ${CMAKE_BINARY_DIR} + ${CMAKE_SOURCE_DIR}/src + ${CMAKE_CURRENT_BINARY_DIR} + ${CMAKE_CURRENT_SOURCE_DIR} + ${TDE_INCLUDE_DIR} + ${TQT_INCLUDE_DIRS} +) + +link_directories( + ${TQT_LIBRARY_DIRS} +) + + +##### filelight (executable) #################### + +tde_add_executable( filelight AUTOMOC + SOURCES historyAction.cpp mainWindow.cpp main.cpp + LINK tdeui-shared tdeparts-shared + DESTINATION ${BIN_INSTALL_DIR} +) -- cgit v1.2.1