summaryrefslogtreecommitdiff
path: root/indra/cmake/LLFileSystem.cmake
diff options
context:
space:
mode:
authorAndrey Lihatskiy <alihatskiy@productengine.com>2021-03-02 21:40:53 +0200
committerAndrey Lihatskiy <alihatskiy@productengine.com>2021-03-02 21:40:53 +0200
commit4f55a14f8281e7cccfa5c6980ad77921cb5ebdd8 (patch)
tree4488f5a79272efeb2074362240f9958352def0ec /indra/cmake/LLFileSystem.cmake
parente84d726e10c9051449f701cc9e93d63bf50413ac (diff)
parent2b385841f3031d599bdb226f0f859e51b09870f8 (diff)
Merge branch 'master' into DRTVWR-483
Diffstat (limited to 'indra/cmake/LLFileSystem.cmake')
-rw-r--r--indra/cmake/LLFileSystem.cmake7
1 files changed, 7 insertions, 0 deletions
diff --git a/indra/cmake/LLFileSystem.cmake b/indra/cmake/LLFileSystem.cmake
new file mode 100644
index 0000000000..2e6c42c30c
--- /dev/null
+++ b/indra/cmake/LLFileSystem.cmake
@@ -0,0 +1,7 @@
+# -*- cmake -*-
+
+set(LLFILESYSTEM_INCLUDE_DIRS
+ ${LIBS_OPEN_DIR}/llfilesystem
+ )
+
+set(LLFILESYSTEM_LIBRARIES llfilesystem)