/indra/lscript/CMakeLists.txt
https://bitbucket.org/lindenlab/viewer-beta/ · CMake · 21 lines · 16 code · 4 blank · 1 comment · 0 complexity · bbc8b3a7aa2c906587db4fc2cee887e6 MD5 · raw file
- # -*- cmake -*-
- set(lscript_HEADER_FILES
- llscriptresource.h
- llscriptresourceconsumer.h
- llscriptresourcepool.h
- lscript_alloc.h
- lscript_byteconvert.h
- lscript_byteformat.h
- lscript_execute.h
- lscript_export.h
- lscript_http.h
- lscript_library.h
- lscript_rt_interface.h
- )
- add_subdirectory(lscript_compile)
- add_subdirectory(lscript_execute)
- add_subdirectory(lscript_library)