diff options
Diffstat (limited to 'Swift/Controllers/SConscript')
| -rw-r--r-- | Swift/Controllers/SConscript | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/Swift/Controllers/SConscript b/Swift/Controllers/SConscript index 2dba9a9..d884baa 100644 --- a/Swift/Controllers/SConscript +++ b/Swift/Controllers/SConscript @@ -76,6 +76,7 @@ if env["SCONS_STAGE"] == "build" :  			"SettingConstants.cpp",  			"WhiteboardManager.cpp",  			"ScreenSharing/ScreenSharingController.cpp", +			"ScreenSharing/ScreenSharingOverview.cpp",  		])  	env.Append(UNITTEST_SOURCES = [  | 
 Swift