summaryrefslogtreecommitdiffstats
path: root/kchart/toolbar/CMakeLists.txt
diff options
context:
space:
mode:
authorMavridis Philippe <mavridisf@gmail.com>2024-09-30 00:04:56 +0300
committerMavridis Philippe <mavridisf@gmail.com>2024-09-30 00:16:43 +0300
commit28f28e0af6f7a49a651e28afd3c951c022c58b06 (patch)
tree2dcae47d3464b975c7e48a0f6a7deabaf46ad429 /kchart/toolbar/CMakeLists.txt
parenta616663e125e9f6f2966ee85e7b37ebc85eb2967 (diff)
downloadkoffice-feat/cmake-port.tar.gz
koffice-feat/cmake-port.zip
WIP: CMake portfeat/cmake-port
Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
Diffstat (limited to 'kchart/toolbar/CMakeLists.txt')
-rw-r--r--kchart/toolbar/CMakeLists.txt13
1 files changed, 13 insertions, 0 deletions
diff --git a/kchart/toolbar/CMakeLists.txt b/kchart/toolbar/CMakeLists.txt
new file mode 100644
index 00000000..56c48ea2
--- /dev/null
+++ b/kchart/toolbar/CMakeLists.txt
@@ -0,0 +1,13 @@
+###############################################################################
+# Trinity KOffice #
+# --------------- #
+# This file is licensed under the terms of GNU GPL v3 or later. #
+# Improvements and feedback are welcome. #
+###############################################################################
+
+### Data ######################################################################
+add_subdirectory(crystalsvg)
+# add_subdirectory(hicolor) # is empty
+add_subdirectory(locolor)
+
+# kate: indent-width 2; replace-tabs true; \ No newline at end of file