summaryrefslogtreecommitdiffstats
path: root/src/app/Search/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/app/Search/CMakeLists.txt')
-rw-r--r--src/app/Search/CMakeLists.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/app/Search/CMakeLists.txt b/src/app/Search/CMakeLists.txt
new file mode 100644
index 0000000..d26fc8e
--- /dev/null
+++ b/src/app/Search/CMakeLists.txt
@@ -0,0 +1,11 @@
+include_directories(
+ ${CMAKE_CURRENT_SOURCE_DIR}
+ ${CMAKE_CURRENT_BINARY_DIR}
+)
+
+
+##### Search library (static)
+
+tde_add_library( Search STATIC_PIC AUTOMOC
+ SOURCES krsearchmod.cpp krsearchdialog.cpp
+)