[vlmc-devel] CMakeLists: Move sources that are not used in the CUI

Yikai Lu git at videolan.org
Tue Apr 12 15:56:31 CEST 2016


vlmc | branch: master | Yikai Lu <luyikei.qmltu at gmail.com> | Mon Apr 11 15:09:13 2016 +0900| [9a301eed6a0e7a7cfb055fd96c76948d28425c27] | committer: Hugo Beauzée-Luyssen

CMakeLists: Move sources that are not used in the CUI

Signed-off-by: Hugo Beauzée-Luyssen <hugo at beauzee.fr>

> https://code.videolan.org/videolan/vlmc/commit/9a301eed6a0e7a7cfb055fd96c76948d28425c27
---

 src/CMakeLists.txt | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index ce7fa9f..bb4bef5 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -37,7 +37,6 @@ INCLUDE_DIRECTORIES(${FREI0R_INCLUDE_DIR})
 SET(CMAKE_AUTOMOC ON)
 
 SET(VLMC_SRCS
-    Commands/Commands.cpp
     Backend/IBackend.h
     Backend/ISourceRenderer.h
     Backend/ISource.h
@@ -63,15 +62,10 @@ SET(VLMC_SRCS
     Project/Workspace.cpp
     Project/WorkspaceWorker.cpp
     Project/RecentProjects.cpp
-    Renderer/ClipRenderer.cpp
     Renderer/GenericRenderer.cpp
     Renderer/WorkflowRenderer.cpp
     Services/AbstractSharingService.h
     Services/UploaderIODevice.cpp
-    Services/YouTube/YouTubeAuthenticator.cpp
-    Services/YouTube/YouTubeFeedParser.cpp
-    Services/YouTube/YouTubeService.cpp
-    Services/YouTube/YouTubeUploader.cpp
     Settings/Settings.cpp
     Settings/SettingValue.cpp
     Tools/ErrorHandler.cpp
@@ -128,7 +122,13 @@ IF (NOT WITH_GUI)
 #Add GUI stuff if required
 ELSE(NOT WITH_GUI)
      LIST( APPEND VLMC_SRCS
+        Commands/Commands.cpp
         Commands/KeyboardShortcutHelper.cpp
+        Renderer/ClipRenderer.cpp
+        Services/YouTube/YouTubeAuthenticator.cpp
+        Services/YouTube/YouTubeFeedParser.cpp
+        Services/YouTube/YouTubeService.cpp
+        Services/YouTube/YouTubeUploader.cpp
         Gui/About.cpp
         Gui/ClipProperty.cpp
         Gui/IntroDialog.cpp



More information about the Vlmc-devel mailing list