diff options
author | Kitty Barnett <develop@catznip.com> | 2022-11-06 16:26:34 +0100 |
---|---|---|
committer | Kitty Barnett <develop@catznip.com> | 2022-11-06 16:26:45 +0100 |
commit | ed942987caade4b8cf510b474fe6155b5726d648 (patch) | |
tree | e52145152a84ea8aab8662850214a83a376efb8d /indra/llrender/CMakeLists.txt | |
parent | 97300c608153d21a441ed34b0a5b9a2ea815df2e (diff) | |
parent | 24bd7b2311e6fdd8bcf0a223d6dafaf4266ca4c7 (diff) |
Merge branch contribution/emoji into contribution/emoji-ui
Diffstat (limited to 'indra/llrender/CMakeLists.txt')
-rw-r--r-- | indra/llrender/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/llrender/CMakeLists.txt b/indra/llrender/CMakeLists.txt index 47e7ad915b..282a5c70ad 100644 --- a/indra/llrender/CMakeLists.txt +++ b/indra/llrender/CMakeLists.txt @@ -35,6 +35,7 @@ set(llrender_SOURCE_FILES llcubemap.cpp llfontbitmapcache.cpp llfontfreetype.cpp + llfontfreetypesvg.cpp llfontgl.cpp llfontregistry.cpp llgl.cpp @@ -62,6 +63,7 @@ set(llrender_HEADER_FILES llcubemap.h llfontgl.h llfontfreetype.h + llfontfreetypesvg.h llfontbitmapcache.h llfontregistry.h llgl.h |