diff options
Diffstat (limited to 'protocols/Dummy')
-rw-r--r-- | protocols/Dummy/CMakeLists.txt | 4 | ||||
-rw-r--r-- | protocols/Dummy/proto_dummy/CMakeLists.txt | 2 |
2 files changed, 6 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 diff --git a/protocols/Dummy/proto_dummy/CMakeLists.txt b/protocols/Dummy/proto_dummy/CMakeLists.txt new file mode 100644 index 0000000000..3396e1c992 --- /dev/null +++ b/protocols/Dummy/proto_dummy/CMakeLists.txt @@ -0,0 +1,2 @@ +set(TARGET Proto_Dummy) +include(${CMAKE_SOURCE_DIR}/cmake/icons.cmake)
\ No newline at end of file |