diff --git a/Editor/locale/CMakeLists.txt b/Editor/locale/CMakeLists.txt index fc4666043..e82d8d9f3 100644 --- a/Editor/locale/CMakeLists.txt +++ b/Editor/locale/CMakeLists.txt @@ -6,3 +6,4 @@ add_library(UrdeLocales en_GB.yaml en_GB.cpp ja_JP.yaml ja_JP.cpp locale.hpp locale.cpp) +target_link_libraries(UrdeLocales specter)