metaforce/Editor/locale/CMakeLists.txt

10 lines
312 B
CMake
Raw Normal View History

2018-04-30 09:56:14 -07: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)
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)
2019-06-11 19:02:19 -07:00
target_link_libraries(UrdeLocales specter)