summaryrefslogtreecommitdiffstats
path: root/k9devices
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-08-04 16:23:49 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-08-06 16:37:52 +0900
commit4aae9b72d7164684622eab039f82833d02d3ce7a (patch)
tree650f523ea071491ec9f9b94b3ea083fd07b843f7 /k9devices
parent9f7c0362e26f62dc81769ab55a89e32c3c9a268d (diff)
downloadk9copy-4aae9b72d7164684622eab039f82833d02d3ce7a.tar.gz
k9copy-4aae9b72d7164684622eab039f82833d02d3ce7a.zip
Conversion to cmake build system
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'k9devices')
-rw-r--r--k9devices/CMakeLists.txt12
1 files changed, 12 insertions, 0 deletions
diff --git a/k9devices/CMakeLists.txt b/k9devices/CMakeLists.txt
new file mode 100644
index 0000000..aa7282c
--- /dev/null
+++ b/k9devices/CMakeLists.txt
@@ -0,0 +1,12 @@
+include_directories(
+ ${CMAKE_CURRENT_SOURCE_DIR}
+ ${CMAKE_CURRENT_BINARY_DIR}
+ ${CMAKE_BINARY_DIR}
+ ${CMAKE_SOURCE_DIR}/libk9copy
+ ${TDE_INCLUDE_DIR}
+)
+
+##### main k9devices
+tde_add_library( k9devices STATIC_PIC AUTOMOC
+ SOURCES k9cddrive.cpp
+)