summaryrefslogtreecommitdiff
path: root/protocols/Tlen
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/Tlen')
-rw-r--r--protocols/Tlen/CMakeLists.txt4
-rw-r--r--protocols/Tlen/proto_tlen/CMakeLists.txt2
2 files changed, 6 insertions, 0 deletions
diff --git a/protocols/Tlen/CMakeLists.txt b/protocols/Tlen/CMakeLists.txt
new file mode 100644
index 0000000000..6fe51db6d5
--- /dev/null
+++ b/protocols/Tlen/CMakeLists.txt
@@ -0,0 +1,4 @@
+file(GLOB SOURCES "src/*.h" "src/crypto/polarssl/*.h" "src/codec/*.h" "src/*.cpp" "src/crypto/*.c" "src/codec/*.c" "res/*.rc")
+set(TARGET Tlen)
+include(${CMAKE_SOURCE_DIR}/cmake/plugin.cmake)
+add_subdirectory(proto_tlen) \ No newline at end of file
diff --git a/protocols/Tlen/proto_tlen/CMakeLists.txt b/protocols/Tlen/proto_tlen/CMakeLists.txt
new file mode 100644
index 0000000000..4dec7da57c
--- /dev/null
+++ b/protocols/Tlen/proto_tlen/CMakeLists.txt
@@ -0,0 +1,2 @@
+set(TARGET Proto_Tlen)
+include(${CMAKE_SOURCE_DIR}/cmake/icons.cmake) \ No newline at end of file