parent
31803ef7fa
commit
0e5114a8be
|
@ -10,7 +10,20 @@ target_link_libraries(geogrid PRIVATE
|
||||||
isce2::combinedLib
|
isce2::combinedLib
|
||||||
)
|
)
|
||||||
|
|
||||||
|
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
|
||||||
|
)
|
||||||
|
|
||||||
InstallSameDir(
|
InstallSameDir(
|
||||||
|
geogridOptical
|
||||||
geogrid
|
geogrid
|
||||||
__init__.py
|
__init__.py
|
||||||
Geogrid.py
|
Geogrid.py
|
||||||
|
|
Loading…
Reference in New Issue