diff options
author | Nicky <nicky.dasmijn@gmail.com> | 2022-04-18 03:10:54 +0200 |
---|---|---|
committer | Nicky <nicky.dasmijn@gmail.com> | 2022-04-18 03:10:54 +0200 |
commit | a9f4e88a30ada36b098f0d43e7a652ab4df7a0d9 (patch) | |
tree | ed6b2849c640911546b62ea58dfa13b54ee57369 /indra/llwindow | |
parent | d65a5832bfb1b35e22ee9ae14a4f00034c7cf2dd (diff) |
Introduce ll::fontconfig target (missing the correct link library, but at least this gets us compiling)
Diffstat (limited to 'indra/llwindow')
-rw-r--r-- | indra/llwindow/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llwindow/CMakeLists.txt b/indra/llwindow/CMakeLists.txt index 826edf31cf..dfa511e6ec 100644 --- a/indra/llwindow/CMakeLists.txt +++ b/indra/llwindow/CMakeLists.txt @@ -16,7 +16,7 @@ include(LLCommon) include(LLImage) include(LLWindow) include(UI) - +include(ViewerMiscLibs) set(llwindow_SOURCE_FILES llcursortypes.cpp |