2020-07-22 01:04:16 +00:00
|
|
|
Python_add_library(geogrid MODULE
|
|
|
|
bindings/geogridmodule.cpp
|
|
|
|
src/geogrid.cpp
|
|
|
|
)
|
|
|
|
target_include_directories(geogrid PRIVATE
|
|
|
|
include
|
|
|
|
)
|
|
|
|
target_link_libraries(geogrid PRIVATE
|
|
|
|
GDAL::GDAL
|
2020-09-14 17:57:10 +00:00
|
|
|
isce2::combinedLib
|
2020-07-22 01:04:16 +00:00
|
|
|
)
|
2021-12-08 22:14:36 +00:00
|
|
|
|
|
|
|
Python_add_library(geogridOptical MODULE
|
|
|
|
bindings/geogridOpticalmodule.cpp
|
|
|
|
src/geogridOptical.cpp
|
|
|
|
)
|
|
|
|
target_include_directories(geogridOptical PRIVATE
|
|
|
|
include
|
|
|
|
)
|
|
|
|
target_link_libraries(geogridOptical PRIVATE
|
|
|
|
GDAL::GDAL
|
|
|
|
isce2::combinedLib
|
|
|
|
)
|
2020-07-22 01:04:16 +00:00
|
|
|
|
|
|
|
InstallSameDir(
|
2021-12-08 22:14:36 +00:00
|
|
|
geogridOptical
|
2020-07-22 01:04:16 +00:00
|
|
|
geogrid
|
|
|
|
__init__.py
|
|
|
|
Geogrid.py
|
|
|
|
GeogridOptical.py
|
|
|
|
)
|