summaryrefslogtreecommitdiff
path: root/protocols/Tlen/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/Tlen/CMakeLists.txt')
-rw-r--r--protocols/Tlen/CMakeLists.txt4
1 files changed, 4 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