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