summaryrefslogtreecommitdiffstats
path: root/secpolicy
diff options
context:
space:
mode:
Diffstat (limited to 'secpolicy')
-rw-r--r--secpolicy/CMakeLists.txt23
1 files changed, 23 insertions, 0 deletions
diff --git a/secpolicy/CMakeLists.txt b/secpolicy/CMakeLists.txt
new file mode 100644
index 0000000..ea9dd25
--- /dev/null
+++ b/secpolicy/CMakeLists.txt
@@ -0,0 +1,23 @@
+# This file is genereted by trinity-automake-cmake-convert script by Fat-Zer
+
+include_directories(
+ ${CMAKE_BINARY_DIR}
+ ${CMAKE_CURRENT_BINARY_DIR}
+ ${CMAKE_CURRENT_SOURCE_DIR}
+ ${TDE_INCLUDE_DIR}
+ ${TQT_INCLUDE_DIRS}
+)
+
+link_directories(
+ ${TQT_LIBRARY_DIRS}
+ ${TDE_LIB_DIR}
+)
+
+
+##### secpolicy (executable) ####################
+
+tde_add_executable( secpolicy AUTOMOC
+ SOURCES main.cpp secpolicywin.cpp pamview.cpp ppitem.cpp
+ LINK tdecore-shared tdeui-shared tdeio-shared
+ DESTINATION ${BIN_INSTALL_DIR}
+)