mirror of
https://github.com/pocoproject/poco.git
synced 2024-12-13 10:32:57 +01:00
fix(release): cpproj must include vcpkg files
This commit is contained in:
parent
931dfeae6d
commit
166efc721d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user