From 10fff388a6a1594d73f33cac9b867f1fab516d5b Mon Sep 17 00:00:00 2001 From: Erik Kundiman Date: Sun, 8 Oct 2023 20:08:36 +0800 Subject: Prepare SDL2 for file read operations Necessary on some platforms. --- indra/llxml/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'indra/llxml/CMakeLists.txt') diff --git a/indra/llxml/CMakeLists.txt b/indra/llxml/CMakeLists.txt index 748e3e8b61..03ac4bc9f2 100644 --- a/indra/llxml/CMakeLists.txt +++ b/indra/llxml/CMakeLists.txt @@ -4,6 +4,7 @@ project(llxml) include(00-Common) include(LLCommon) +include(LLWindow) set(llxml_SOURCE_FILES llcontrol.cpp @@ -31,6 +32,7 @@ target_link_libraries( llxml llmath llcommon ll::expat + ll::SDL ) target_include_directories( llxml INTERFACE ${CMAKE_CURRENT_SOURCE_DIR}) -- cgit v1.2.3