Minor alignment fix in CMakeLists.txt

This commit is contained in:
Cody Garver 2013-12-19 14:43:30 -06:00 committed by Rico Tzschichholz
parent bae5d02475
commit 71d69cde6a

View File

@ -134,13 +134,13 @@ target_link_libraries(${LIB_NAME} ${DEPS_LIBRARIES})
vala_precompile(VALA_C
src/DBus.vala
src/DragDropAction.vala
src/InternalUtils.vala
src/InternalUtils.vala
src/Main.vala
src/PluginManager.vala
src/PluginManager.vala
src/ScreenSaver.vala
src/Settings.vala
src/TextShadowEffect.vala
src/WindowManager.vala
src/WindowManager.vala
src/Background/Background.vala
src/Background/BackgroundCache.vala
src/Background/BackgroundManager.vala
@ -162,8 +162,8 @@ PACKAGES
gdesktopenums-3.0
gnome-desktop-3.0
xfixes-4.0
gmodule-2.0
${LIB_NAME}
gmodule-2.0
${LIB_NAME}
OPTIONS
${VALA_OPTIONS}
--vapidir=${CMAKE_BINARY_DIR}
@ -179,8 +179,6 @@ foreach(plugin ${plugins})
endif()
endforeach()
#add_subdirectory (po)
include(GSettings)
add_schema ("data/org.pantheon.desktop.gala.gschema.xml")