openCOLLADA-daevalidator.patch 363 B

123456789101112
  1. --- a/DAEValidator/CMakeLists.txt
  2. +++ b/DAEValidator/CMakeLists.txt
  3. @@ -59,7 +59,7 @@ set(DAEValidatorLibrarySources
  4. library/include/XmlSchema.h
  5. library/include/win/dirent.h
  6. )
  7. -add_library(DAEValidatorLibrary ${DAEValidatorLibrarySources})
  8. +add_library(DAEValidatorLibrary STATIC ${DAEValidatorLibrarySources})
  9. include_directories("library/include")