diff options
author | Graham Linden graham@lindenlab.com <Graham Linden graham@lindenlab.com> | 2018-02-22 00:35:24 +0000 |
---|---|---|
committer | Graham Linden graham@lindenlab.com <Graham Linden graham@lindenlab.com> | 2018-02-22 00:35:24 +0000 |
commit | 6cc4a091b3ba4dd4842cc06e3b34af3d04dc5796 (patch) | |
tree | 8271d921ec27ee11ed2e807c3427ac0befcc8971 /indra/cmake | |
parent | 99b82d944937ce321f64aa91fb18ab2aedd3992a (diff) |
Add settings/validations for new advanced atmo settings.
Diffstat (limited to 'indra/cmake')
-rw-r--r-- | indra/cmake/Atmosphere.cmake | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/indra/cmake/Atmosphere.cmake b/indra/cmake/Atmosphere.cmake new file mode 100644 index 0000000000..0975e3df02 --- /dev/null +++ b/indra/cmake/Atmosphere.cmake @@ -0,0 +1,5 @@ +# -*- cmake -*- +include(Prebuilt) +use_prebuilt_binary(libatmosphere) +set(LIBATMOSPHERE_LIBRARIES libatmosphere) +set(LIBATMOSPHERE_INCLUDE_DIR ${LIBS_PREBUILT_DIR}/include/atmosphere) |