Skip to content
This repository has been archived by the owner on Aug 22, 2023. It is now read-only.

Commit

Permalink
using SHTOOLS to generate trees
Browse files Browse the repository at this point in the history
  • Loading branch information
vaclavblazek committed Jul 25, 2019
1 parent c879519 commit 4a3fbd9
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,6 @@
[submodule "externals/libsemantic"]
path = externals/libsemantic
url = [email protected]:vaclav.blazek/libsemantic
[submodule "externals/libshtools"]
path = externals/libshtools
url = [email protected]:vaclav.blazek/libshtools
2 changes: 1 addition & 1 deletion externals/libminiball
2 changes: 1 addition & 1 deletion externals/libsemantic
Submodule libsemantic updated from 02ef72 to 99a9bb
1 change: 1 addition & 0 deletions externals/libshtools
Submodule libshtools added at ab5858
2 changes: 2 additions & 0 deletions mapproxy/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# bootstrap build system
cmake_minimum_required(VERSION 2.8.11)
enable_language(Fortran)
project(vts-mapproxy)
# by default, this is OSS build (can be overrided by customer machinery)
set(BUILDSYS_DEFAULT_CUSTOMER_NAME oss)
Expand Down Expand Up @@ -75,6 +76,7 @@ add_subdirectory(src/gdal-drivers)
add_subdirectory(src/http)
add_subdirectory(src/miniball)
add_subdirectory(src/qmf)
add_subdirectory(src/shtools)
add_subdirectory(src/semantic)

# python stuff
Expand Down

0 comments on commit 4a3fbd9

Please sign in to comment.