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