diff options
author | Oz Linden <oz@lindenlab.com> | 2016-02-07 13:41:41 -0800 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2016-02-07 13:41:41 -0800 |
commit | 867ef882fdf43dffd678722a8fdd77b618d13acf (patch) | |
tree | d234b0f6e549539638e098c3bd84a469070116f8 /indra/lscript/lscript_library/CMakeLists.txt | |
parent | f3b1efae5d27d5597d3dc9468bce93679cae85e8 (diff) | |
parent | cc235cdcc41fb1846b878769f5d4097ff9ad3b4d (diff) |
merge changes for OPEN-292
Diffstat (limited to 'indra/lscript/lscript_library/CMakeLists.txt')
-rw-r--r-- | indra/lscript/lscript_library/CMakeLists.txt | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/indra/lscript/lscript_library/CMakeLists.txt b/indra/lscript/lscript_library/CMakeLists.txt deleted file mode 100644 index 5af850c41b..0000000000 --- a/indra/lscript/lscript_library/CMakeLists.txt +++ /dev/null @@ -1,35 +0,0 @@ -# -*- cmake -*- - -include(00-Common) -include(LLCommon) -include(LLMath) -include(LScript) - -set(lscript_library_SOURCE_FILES - lscript_alloc.cpp - lscript_export.cpp - lscript_library.cpp - ) - -set(lscript_library_HEADER_FILES - CMakeLists.txt - - ../lscript_library.h - ../lscript_export.h - ) - -set_source_files_properties(${lscript_library_HEADER_FILES} - PROPERTIES HEADER_FILE_ONLY TRUE) - -list(APPEND lscript_library_SOURCE_FILES ${lscript_library_HEADER_FILES}) - -include_directories( - ${LLCOMMON_INCLUDE_DIRS} - ${LLMATH_INCLUDE_DIRS} - ${LSCRIPT_INCLUDE_DIRS} - ) -include_directories(SYSTEM - ${LLCOMMON_SYSTEM_INCLUDE_DIRS} - ) - -add_library (lscript_library ${lscript_library_SOURCE_FILES}) |