Copy the dll
This commit is contained in:
parent
6525b125ef
commit
f972c43420
3
.github/workflows/cmake-integration.yml
vendored
3
.github/workflows/cmake-integration.yml
vendored
@ -167,6 +167,9 @@ jobs:
|
||||
cd findpackage-integration/build
|
||||
cmake .. -DCMAKE_BUILD_TYPE=Debug -DCMAKE_PREFIX_PATH=C:/foo "-GUnix Makefiles"
|
||||
make
|
||||
if("${{matrix.shared}}" -eq "On") {
|
||||
cp C:/foo/bin/libcpptrace.dll .
|
||||
}
|
||||
./main
|
||||
test-mingw-add_subdirectory:
|
||||
runs-on: windows-2022
|
||||
|
||||
Loading…
Reference in New Issue
Block a user