summaryrefslogtreecommitdiff
path: root/indra/cmake/ViewerMiscLibs.cmake
diff options
context:
space:
mode:
authorNicky <nicky.dasmijn@gmail.com>2022-04-18 03:10:54 +0200
committerNicky <nicky.dasmijn@gmail.com>2022-04-18 03:10:54 +0200
commita9f4e88a30ada36b098f0d43e7a652ab4df7a0d9 (patch)
treeed6b2849c640911546b62ea58dfa13b54ee57369 /indra/cmake/ViewerMiscLibs.cmake
parentd65a5832bfb1b35e22ee9ae14a4f00034c7cf2dd (diff)
Introduce ll::fontconfig target (missing the correct link library, but at least this gets us compiling)
Diffstat (limited to 'indra/cmake/ViewerMiscLibs.cmake')
-rw-r--r--indra/cmake/ViewerMiscLibs.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/cmake/ViewerMiscLibs.cmake b/indra/cmake/ViewerMiscLibs.cmake
index 1dff854855..7b5c990094 100644
--- a/indra/cmake/ViewerMiscLibs.cmake
+++ b/indra/cmake/ViewerMiscLibs.cmake
@@ -4,6 +4,7 @@ include(Prebuilt)
if (LINUX)
use_prebuilt_binary(libuuid)
use_prebuilt_binary(fontconfig)
+ add_library( ll::fontconfig INTERFACE IMPORTED )
endif (LINUX)
use_prebuilt_binary(libhunspell)
use_prebuilt_binary(slvoice)