diff options
author | Andrey Lihatskiy <alihatskiy@productengine.com> | 2021-03-02 21:41:46 +0200 |
---|---|---|
committer | Andrey Lihatskiy <alihatskiy@productengine.com> | 2021-03-02 21:41:46 +0200 |
commit | 9c8bc82ce6202de525e89491b8113951074f89cb (patch) | |
tree | c09d311bfbc2062d90bd8991fc983904c52079fa /indra/cmake/LLFileSystem.cmake | |
parent | 4a2f7c82cc6c9628f6be6b4e322b172478d65b9c (diff) | |
parent | 2b385841f3031d599bdb226f0f859e51b09870f8 (diff) |
Merge branch 'master' into DRTVWR-518-ui
Diffstat (limited to 'indra/cmake/LLFileSystem.cmake')
-rw-r--r-- | indra/cmake/LLFileSystem.cmake | 7 |
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) |