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