2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-08-06 04:55:34 +00:00
metaforce/Editor/locale/CMakeLists.txt
2017-12-28 22:08:12 -10:00

9 lines
269 B
CMake

bintoc(en_US.cpp en_US.yaml L_en_US)
bintoc(en_GB.cpp en_GB.yaml L_en_GB)
bintoc(ja_JP.cpp ja_JP.yaml L_ja_JP)
add_library(UrdeLocales
en_US.yaml en_US.cpp
en_GB.yaml en_GB.cpp
ja_JP.yaml ja_JP.cpp
locale.hpp locale.cpp)