mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-19 00:41:43 +00:00
[build] Include all thirdparty sources in distribution (#4397)
Was missing several.
This commit is contained in:
@@ -40,7 +40,7 @@ ext {
|
||||
}
|
||||
llvmCpp(CppSourceSet) {
|
||||
source {
|
||||
srcDirs 'src/main/native/thirdparty/llvm'
|
||||
srcDirs 'src/main/native/thirdparty/llvm/cpp'
|
||||
include '**/*.cpp'
|
||||
}
|
||||
exportedHeaders {
|
||||
@@ -206,15 +206,24 @@ cppHeadersZip {
|
||||
}
|
||||
|
||||
cppSourcesZip {
|
||||
from('src/main/native/thirdparty/llvm/cpp') {
|
||||
from('src/main/native/thirdparty/fmtlib/src') {
|
||||
into '/'
|
||||
}
|
||||
from('src/main/native/thirdparty/json/cpp') {
|
||||
into '/'
|
||||
}
|
||||
from('src/main/native/thirdparty/llvm/cpp') {
|
||||
into '/'
|
||||
}
|
||||
from('src/main/native/thirdparty/memory/src') {
|
||||
into '/'
|
||||
}
|
||||
from('src/main/native/thirdparty/mpack/src') {
|
||||
into '/'
|
||||
}
|
||||
from('src/main/native/thirdparty/sigslot/src') {
|
||||
into '/'
|
||||
}
|
||||
}
|
||||
|
||||
model {
|
||||
|
||||
Reference in New Issue
Block a user