PageRenderTime 160ms CodeModel.GetById 14ms RepoModel.GetById 0ms app.codeStats 0ms

/indra/cmake/LScript.cmake

https://bitbucket.org/lindenlab/viewer-beta/
CMake | 16 lines | 12 code | 3 blank | 1 comment | 0 complexity | b48ac6da428a4e6b922c9fc2610261ae MD5 | raw file
Possible License(s): LGPL-2.1
  1. # -*- cmake -*-
  2. set(LSCRIPT_INCLUDE_DIRS
  3. ${LIBS_OPEN_DIR}/lscript
  4. ${LIBS_OPEN_DIR}/lscript/lscript_compile
  5. ${LIBS_OPEN_DIR}/lscript/lscript_execute
  6. ${LIBS_OPEN_DIR}/lscript/lscript_execute_mono
  7. )
  8. set(LSCRIPT_LIBRARIES
  9. lscript_compile
  10. lscript_execute
  11. lscript_library
  12. )
  13. set(LSCRIPT_EXECUTE_MONO_LIBRARIES lscript_execute_mono)