diff options
| author | Andrey Lihatskiy <alihatskiy@productengine.com> | 2021-12-15 21:50:40 +0200 |
|---|---|---|
| committer | Andrey Lihatskiy <alihatskiy@productengine.com> | 2021-12-15 21:50:40 +0200 |
| commit | edb629352822d4c7737aff2e5b719b36eadfeb50 (patch) | |
| tree | 0bb17e8f0904e3e3e5e5976dafa5f1095758f3b8 /indra/cmake/LLFileSystem.cmake | |
| parent | 3209ad92d698c804b15d2f69f7aa1d29067f7fe0 (diff) | |
| parent | 0a873cd95547f003878c6d00d0883ff792f4a865 (diff) | |
Merge branch 'master' into DRTVWR-530-maint
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) |
