소스 검색

Missing generators added.

main
offa 5 년 전
부모
커밋
c2a92c102f
1개의 변경된 파일4개의 추가작업 그리고 1개의 파일을 삭제
  1. +4
    -1
      script/ci_build.sh

+ 4
- 1
script/ci_build.sh 파일 보기

@@ -16,7 +16,10 @@ else
fi

mkdir build && cd build
conan install --build missing -s compiler.libcxx=${CONAN_STDLIB} ..
conan install --build missing \
-s compiler.libcxx=${CONAN_STDLIB} \
-g cmake_find_package cmake_find_paths \
..

cmake ..
make

Loading…
취소
저장