~blue-shell/sddm/sddm

« back to all changes in this revision

Viewing changes to src/CMakeLists.txt

  • Committer: Nikita Mikhailov
  • Date: 2013-08-15 09:39:40 UTC
  • mto: This revision was merged to the branch mainline in revision 388.
  • Revision ID: git-v1:7a896e3fe9d76780fe2ca337fe65da6f6fc1c07d
Added basic build support for translations

Show diffs side-by-side

added added

removed removed

Lines of Context:
82
82
    target_link_libraries(sddm-greeter ${LIBXCB_LIBRARIES} ${LIBXKB_LIBRARIES} ${QT_LIBRARIES})
83
83
endif()
84
84
 
 
85
# Translations
 
86
add_dependencies(sddm-greeter components-translation)
 
87
add_dependencies(sddm-greeter themes-translation)
 
88
 
85
89
install(TARGETS sddm-greeter DESTINATION ${BIN_INSTALL_DIR})