Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Education
KDE Edu Data
Commits
add07938
Commit
add07938
authored
Oct 30, 2022
by
Albert Astals Cid
Browse files
Enable sr data
parent
4266aab5
Pipeline
#321195
skipped
Changes
5
Pipelines
9
Hide whitespace changes
Inline
Side-by-side
data/kvtml/CMakeLists.txt
View file @
add07938
...
...
@@ -31,10 +31,10 @@ add_subdirectory(ro)
add_subdirectory
(
ru
)
add_subdirectory
(
sk
)
add_subdirectory
(
sl
)
#
add_subdirectory(sr)
#
add_subdirectory(sr@ijekavian)
#
add_subdirectory(sr@ijekavianlatin)
#
add_subdirectory(sr@latin)
add_subdirectory
(
sr
)
add_subdirectory
(
sr@ijekavian
)
add_subdirectory
(
sr@ijekavianlatin
)
add_subdirectory
(
sr@latin
)
add_subdirectory
(
sv
)
add_subdirectory
(
tg
)
add_subdirectory
(
tr
)
...
...
data/kvtml/sr/CMakeLists.txt
View file @
add07938
include
(
../../../cmake_modules/srDataMacros.cmake
)
install_data_sr
(
FILES easy.kvtml medium.kvtml hard.kvtml animals.kvtml
DESTINATION
${
DATA_INSTALL_DIR
}
/apps/kvtml/LL
)
file
(
GLOB datafiles *.kvtml
)
install
(
FILES
${
datafiles
}
DESTINATION
${
DATA_INSTALL_DIR
}
/apps/kvtml/sr
)
data/kvtml/sr@ijekavian/CMakeLists.txt
View file @
add07938
include
(
../../../cmake_modules/srDataMacros.cmake
)
install_data_sr
(
FILES easy.kvtml medium.kvtml hard.kvtml animals.kvtml
DESTINATION
${
DATA_INSTALL_DIR
}
/apps/kvtml/LL
)
file
(
GLOB datafiles *.kvtml
)
install
(
FILES
${
datafiles
}
DESTINATION
${
DATA_INSTALL_DIR
}
/apps/kvtml/sr@ijekavian
)
data/kvtml/sr@ijekavianlatin/CMakeLists.txt
View file @
add07938
include
(
../../../cmake_modules/srDataMacros.cmake
)
install_data_sr
(
FILES easy.kvtml medium.kvtml hard.kvtml animals.kvtml
DESTINATION
${
DATA_INSTALL_DIR
}
/apps/kvtml/LL
)
file
(
GLOB datafiles *.kvtml
)
install
(
FILES
${
datafiles
}
DESTINATION
${
DATA_INSTALL_DIR
}
/apps/kvtml/sr@ijekavianlatin
)
data/kvtml/sr@latin/CMakeLists.txt
View file @
add07938
include
(
../../../cmake_modules/srDataMacros.cmake
)
install_data_sr
(
FILES easy.kvtml medium.kvtml hard.kvtml animals.kvtml
DESTINATION
${
DATA_INSTALL_DIR
}
/apps/kvtml/LL
)
file
(
GLOB datafiles *.kvtml
)
install
(
FILES
${
datafiles
}
DESTINATION
${
DATA_INSTALL_DIR
}
/apps/kvtml/sr@latin
)
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment