summaryrefslogtreecommitdiff
path: root/indra/cmake/LScript.cmake
diff options
context:
space:
mode:
authorAndreyL ProductEngine <alihatskiy@productengine.com>2016-05-19 23:02:37 +0300
committerAndreyL ProductEngine <alihatskiy@productengine.com>2016-05-19 23:02:37 +0300
commitb25a22a2c113a1e95f2cd5d45bb5b80a756c4a80 (patch)
tree968ce9657026035901b3604b012f7dff96a2d122 /indra/cmake/LScript.cmake
parent8243301b3ff6c90db6d1fb53baf5050666d75d9a (diff)
parentc2ef3b4c7186dbbd95b16520f281b7d58364fb52 (diff)
Merged in lindenlab/viewer-release
Diffstat (limited to 'indra/cmake/LScript.cmake')
-rwxr-xr-xindra/cmake/LScript.cmake16
1 files changed, 0 insertions, 16 deletions
diff --git a/indra/cmake/LScript.cmake b/indra/cmake/LScript.cmake
deleted file mode 100755
index 21e78fc2c0..0000000000
--- a/indra/cmake/LScript.cmake
+++ /dev/null
@@ -1,16 +0,0 @@
-# -*- cmake -*-
-
-set(LSCRIPT_INCLUDE_DIRS
- ${LIBS_OPEN_DIR}/lscript
- ${LIBS_OPEN_DIR}/lscript/lscript_compile
- ${LIBS_OPEN_DIR}/lscript/lscript_execute
- ${LIBS_OPEN_DIR}/lscript/lscript_execute_mono
- )
-
-set(LSCRIPT_LIBRARIES
- lscript_compile
- lscript_execute
- lscript_library
- )
-
-set(LSCRIPT_EXECUTE_MONO_LIBRARIES lscript_execute_mono)