2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-07-04 15:55:51 +00:00

Better CMake dependency handling

This commit is contained in:
Jack Andersen 2019-06-11 16:02:19 -10:00
parent cb32cac2c0
commit 91824e14ea

View File

@ -6,3 +6,4 @@ add_library(UrdeLocales
en_GB.yaml en_GB.cpp en_GB.yaml en_GB.cpp
ja_JP.yaml ja_JP.cpp ja_JP.yaml ja_JP.cpp
locale.hpp locale.cpp) locale.hpp locale.cpp)
target_link_libraries(UrdeLocales specter)