/indra/cmake/LLPrimitive.cmake
https://bitbucket.org/lindenlab/viewer-beta/ · CMake · 33 lines · 28 code · 3 blank · 2 comment · 2 complexity · 8a7a87161a00b29e6f415a4b51806b35 MD5 · raw file
- # -*- cmake -*-
- # these should be moved to their own cmake file
- include(Prebuilt)
- use_prebuilt_binary(colladadom)
- use_prebuilt_binary(pcre)
- use_prebuilt_binary(libxml)
- set(LLPRIMITIVE_INCLUDE_DIRS
- ${LIBS_OPEN_DIR}/llprimitive
- )
- if (WINDOWS)
- set(LLPRIMITIVE_LIBRARIES
- debug llprimitive
- optimized llprimitive
- debug libcollada14dom22-d
- optimized libcollada14dom22
- debug libboost_filesystem-vc100-mt-gd-1_45
- optimized libboost_filesystem-vc100-mt-1_45
- debug libboost_system-vc100-mt-gd-1_45
- optimized libboost_system-vc100-mt-1_45
- )
- else (WINDOWS)
- set(LLPRIMITIVE_LIBRARIES
- llprimitive
- collada14dom
- minizip
- xml2
- pcrecpp
- pcre
- )
- endif (WINDOWS)