metaforce/Editor/locale/CMakeLists.txt

9 lines
269 B
CMake
Raw Normal View History

2017-12-29 08:08:12 +00:00
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)
2016-01-05 09:53:16 +00:00
add_library(UrdeLocales
2017-12-29 08:08:12 +00:00
en_US.yaml en_US.cpp
en_GB.yaml en_GB.cpp
ja_JP.yaml ja_JP.cpp
locale.hpp locale.cpp)