diff options
| author | Mnikolenko Productengine <mnikolenko@productengine.com> | 2021-12-20 14:15:49 +0200 |
|---|---|---|
| committer | Mnikolenko Productengine <mnikolenko@productengine.com> | 2021-12-20 14:15:49 +0200 |
| commit | 2c3fb3d59b32d03c52415158719d4835af91a5f5 (patch) | |
| tree | a0d5647f13294e4cc2f5111e1787a75140ae2888 /indra/cmake/LLFileSystem.cmake | |
| parent | 132c536d9c05be2d2fd2dcef3ea6c7ae135fa5d2 (diff) | |
| parent | 0a873cd95547f003878c6d00d0883ff792f4a865 (diff) | |
Merge branch 'master' into DRTVWR-539
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) |
