mirror of
https://bitbucket.org/smil3y/katie.git
synced 2025-02-24 02:42:55 +00:00
make it easier to build the translations only
Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
This commit is contained in:
parent
28ef6a8b79
commit
d87f1b96c9
2 changed files with 5 additions and 3 deletions
|
@ -622,6 +622,9 @@ add_subdirectory(src/uitools)
|
||||||
# generators
|
# generators
|
||||||
add_subdirectory(src/tools)
|
add_subdirectory(src/tools)
|
||||||
|
|
||||||
|
# translations
|
||||||
|
add_subdirectory(translations)
|
||||||
|
|
||||||
# tests and benchmarks
|
# tests and benchmarks
|
||||||
if(ENABLE_TESTING)
|
if(ENABLE_TESTING)
|
||||||
add_subdirectory(tests)
|
add_subdirectory(tests)
|
||||||
|
@ -989,9 +992,6 @@ configure_file(
|
||||||
@ONLY
|
@ONLY
|
||||||
)
|
)
|
||||||
|
|
||||||
file(GLOB TRANSLATIONS "translations/*.ts")
|
|
||||||
katie_translations(${TRANSLATIONS})
|
|
||||||
|
|
||||||
install(
|
install(
|
||||||
DIRECTORY mkspecs
|
DIRECTORY mkspecs
|
||||||
DESTINATION ${KATIE_CMAKE_RELATIVE}
|
DESTINATION ${KATIE_CMAKE_RELATIVE}
|
||||||
|
|
2
translations/CMakeLists.txt
Normal file
2
translations/CMakeLists.txt
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
file(GLOB TRANSLATIONS "*.ts")
|
||||||
|
katie_translations(${TRANSLATIONS})
|
Loading…
Add table
Reference in a new issue