Skip to content

Commit

Permalink
Include more files into gdal-src
Browse files Browse the repository at this point in the history
  • Loading branch information
lnicola committed Oct 24, 2024
1 parent d404a49 commit 4eb1fea
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion gdal-src/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,29 @@ description ="Build script for compiling GDAL from source."
license-file = "source/LICENSE.TXT"
repository = "https://github.com/georust/gdal/"
include = [
"/src/lib.rs",
"/build.rs",
"/Cargo.toml",
"/source/**/*.c",
"/source/**/*.cpp",
"/source/**/*.h.12",
"/source/**/*.h",
"/source/**/*.hpp",
"/source/**/*.in",
"/source/**/*.inc",
"/source/**/*.y",
"/source/**/CMakeLists.txt",
"/source/apps/data",
"/source/cmake",
"/source/data",
"/source/frmts/drivers.ini",
"/source/frmts/vrt/data",
"/source/gcore/data",
"/source/gdal.cmake",
"/source/LICENSE.TXT",
"/source/ogr/data",
"/source/ogr/ogrsf_frmts/vrt/data",
"/source/scripts/gdal-bash-completion.sh",
"/src/lib.rs",
]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down

0 comments on commit 4eb1fea

Please sign in to comment.