summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'Swiften/Examples/ScreenSharing/SConscript')
-rw-r--r--Swiften/Examples/ScreenSharing/SConscript8
1 files changed, 8 insertions, 0 deletions
diff --git a/Swiften/Examples/ScreenSharing/SConscript b/Swiften/Examples/ScreenSharing/SConscript
new file mode 100644
index 0000000..7532f54
--- /dev/null
+++ b/Swiften/Examples/ScreenSharing/SConscript
@@ -0,0 +1,8 @@
+Import("env")
+
+myenv = env.Clone()
+myenv.MergeFlags(myenv["SWIFTEN_FLAGS"])
+myenv.MergeFlags(myenv["SWIFTEN_DEP_FLAGS"])
+
+myenv.Program("Host", ["Host.cpp"])
+myenv.Program("Client", ["Client.cpp"])