[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    KDE/kdevplatform
From:       Andreas Pakulat <apaku () gmx ! de>
Date:       2009-11-20 16:20:39
Message-ID: 1258734039.227727.5794.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 1052045 by apaku:

Fix stupid error (by me): Set the libraries-variables before adding the
subdirs.

 M  +12 -12    CMakeLists.txt  


--- trunk/KDE/kdevplatform/CMakeLists.txt #1052044:1052045
@@ -35,6 +35,18 @@
 set(KDEVPLATFORM_LIB_VERSION 1.0.0)
 set(KDEVPLATFORM_LIB_SOVERSION 1)
 
+# Now set the usual KDEVPLATFORM_XXX_LIBRARIES variable so we can more easily move \
plugins around +set(KDEVPLATFORM_SUBLIME_LIBRARIES sublime)
+set(KDEVPLATFORM_INTERFACES_LIBRARIES kdevplatforminterfaces)
+set(KDEVPLATFORM_LANGUAGE_LIBRARIES kdevplatformlanguage)
+set(KDEVPLATFORM_PROJECT_LIBRARIES kdevplatformproject)
+set(KDEVPLATFORM_UTIL_LIBRARIES kdevplatformutil)
+set(KDEVPLATFORM_OUTPUTVIEW_LIBRARIES kdevplatformoutputview)
+set(KDEVPLATFORM_VCS_LIBRARIES kdevplatformvcs)
+set(KDEVPLATFORM_SHELL_LIBRARIES kdevplatformshell)
+set(KDEVPLATFORM_TESTS_LIBRARIES kdevplatformtests)
+set(KDEVPLATFORM_DEBUGGER_LIBRARIES kdevplatformdebugger)
+
 add_subdirectory(sublime)
 add_subdirectory(interfaces)
 add_subdirectory(project)
@@ -48,18 +60,6 @@
 add_subdirectory(debugger)
 add_subdirectory(tests)
 
-# Now set the usual KDEVPLATFORM_XXX_LIBRARIES variable so we can more easily move \
                plugins around
-set(KDEVPLATFORM_SUBLIME_LIBRARIES sublime)
-set(KDEVPLATFORM_INTERFACES_LIBRARIES kdevplatforminterfaces)
-set(KDEVPLATFORM_LANGUAGE_LIBRARIES kdevplatformlanguage)
-set(KDEVPLATFORM_PROJECT_LIBRARIES kdevplatformproject)
-set(KDEVPLATFORM_UTIL_LIBRARIES kdevplatformutil)
-set(KDEVPLATFORM_OUTPUTVIEW_LIBRARIES kdevplatformoutputview)
-set(KDEVPLATFORM_VCS_LIBRARIES kdevplatformvcs)
-set(KDEVPLATFORM_SHELL_LIBRARIES kdevplatformshell)
-set(KDEVPLATFORM_TESTS_LIBRARIES kdevplatformtests)
-set(KDEVPLATFORM_DEBUGGER_LIBRARIES kdevplatformdebugger)
-
 add_subdirectory(plugins)
 
 macro_write_basic_cmake_version_file( KDevPlatformConfigVersion.cmake \
${KDEVPLATFORM_VERSION_MAJOR} ${KDEVPLATFORM_VERSION_MINOR} \
${KDEVPLATFORM_VERSION_PATCH} )


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic