mirror of
https://github.com/pocoproject/poco.git
synced 2025-04-20 16:03:34 +02: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
|
cp -R ${src}/cmake/* ${dst}/cmake >/dev/null 2>&1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
if [ -f ${src}/vcpkg.json ] ; then
|
||||||
|
cp ${src}/vcpkg*.json ${dst}
|
||||||
|
fi
|
||||||
|
|
||||||
if [ -d ${src}/testsuite ] ; then
|
if [ -d ${src}/testsuite ] ; then
|
||||||
mkdir -p ${dst}/testsuite
|
mkdir -p ${dst}/testsuite
|
||||||
mkdir -p ${dst}/testsuite/src
|
mkdir -p ${dst}/testsuite/src
|
||||||
|
Loading…
x
Reference in New Issue
Block a user