add appveyor integration testing

This commit is contained in:
Andrew Kelley
2017-05-23 00:42:53 -04:00
parent 1e301b03a9
commit e64f0971fc
6 changed files with 26 additions and 2 deletions

View File

@@ -20,7 +20,9 @@ else()
find_library(LLD_${_prettylibname_}_LIB NAMES ${_libname_}
PATHS
/usr/lib/llvm-4.0/lib
/mingw64/lib)
/mingw64/lib
/c/msys64/mingw64/lib
c:/msys64/mingw64/lib)
if(LLD_${_prettylibname_}_LIB)
set(LLD_LIBRARIES ${LLD_LIBRARIES} ${LLD_${_prettylibname_}_LIB})
endif()