/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

  1. # -*- cmake -*-
  2. set(lscript_HEADER_FILES
  3. llscriptresource.h
  4. llscriptresourceconsumer.h
  5. llscriptresourcepool.h
  6. lscript_alloc.h
  7. lscript_byteconvert.h
  8. lscript_byteformat.h
  9. lscript_execute.h
  10. lscript_export.h
  11. lscript_http.h
  12. lscript_library.h
  13. lscript_rt_interface.h
  14. )
  15. add_subdirectory(lscript_compile)
  16. add_subdirectory(lscript_execute)
  17. add_subdirectory(lscript_library)