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