2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-06-03 05:21:20 +00:00
metaforce/Editor/locale/CMakeLists.txt
2016-01-05 01:53:16 -08:00

9 lines
257 B
CMake

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