Browse Source

fix(release): cpproj must include vcpkg files

Günter Obiltschnig 1 year ago
parent
commit
166efc721d
1 changed files with 4 additions and 0 deletions
  1. 4 0
      release/script/cpproj

+ 4 - 0
release/script/cpproj

@@ -51,6 +51,10 @@ if [ -d ${src}/cmake ] ; then
 	cp -R ${src}/cmake/* ${dst}/cmake >/dev/null 2>&1
 fi
 
+if [ -f ${src}/vcpkg.json ] ; then
+	cp ${src}/vcpkg*.json ${dst}
+fi
+
 if [ -d ${src}/testsuite ] ; then
 	mkdir -p ${dst}/testsuite
 	mkdir -p ${dst}/testsuite/src