mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-07-11 22:03:01 -06:00
bazaar: gdal fixed include path issues
git-svn-id: svn://ultimatepp.org/upp/trunk@9278 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
ebbb21b3ac
commit
941476367a
1 changed files with 4 additions and 2 deletions
|
|
@ -5,11 +5,13 @@ options(BUILDER_OPTION) NOWARNINGS;
|
|||
include
|
||||
gcore,
|
||||
port,
|
||||
ogr;
|
||||
ogr,
|
||||
..;
|
||||
|
||||
file
|
||||
gdal.h,
|
||||
gdal.cpp,
|
||||
import.ext,
|
||||
cpl_config.h;
|
||||
cpl_config.h,
|
||||
port\cpl_port.h;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue