Add missing CMakeLists.txt from root folder to source upload
Fixes #3190
This commit is contained in:
parent
560cfbc21a
commit
2883cc1658
|
@ -39,6 +39,7 @@ mkdir "artifacts"
|
||||||
# Build a tar.xz for the source of the release
|
# Build a tar.xz for the source of the release
|
||||||
Copy-Item .\license.txt -Destination $MSVC_SOURCE
|
Copy-Item .\license.txt -Destination $MSVC_SOURCE
|
||||||
Copy-Item .\README.md -Destination $MSVC_SOURCE
|
Copy-Item .\README.md -Destination $MSVC_SOURCE
|
||||||
|
Copy-Item .\CMakeLists.txt -Destination $MSVC_SOURCE
|
||||||
Copy-Item .\src -Recurse -Destination $MSVC_SOURCE
|
Copy-Item .\src -Recurse -Destination $MSVC_SOURCE
|
||||||
Copy-Item .\externals -Recurse -Destination $MSVC_SOURCE
|
Copy-Item .\externals -Recurse -Destination $MSVC_SOURCE
|
||||||
Copy-Item .\dist -Recurse -Destination $MSVC_SOURCE
|
Copy-Item .\dist -Recurse -Destination $MSVC_SOURCE
|
||||||
|
|
Reference in New Issue