2019-12-22 01:20:44 +00:00
|
|
|
Python_add_library(geozero MODULE
|
|
|
|
bindings/geozeromodule.cpp
|
|
|
|
src/geozero.f90
|
|
|
|
src/geozeroGetState.F
|
|
|
|
src/geozeroMethods.F
|
|
|
|
src/geozeroReadWrite.F
|
|
|
|
src/geozeroSetState.F
|
|
|
|
src/geozeroState.F
|
|
|
|
src/SConscript
|
|
|
|
)
|
|
|
|
target_include_directories(geozero PUBLIC include)
|
|
|
|
target_link_libraries(geozero PUBLIC
|
2020-09-14 17:57:10 +00:00
|
|
|
isce2::DataAccessorLib
|
|
|
|
isce2::combinedLib
|
|
|
|
isce2::utilLib
|
2019-12-22 01:20:44 +00:00
|
|
|
OpenMP::OpenMP_Fortran
|
|
|
|
)
|
|
|
|
|
|
|
|
InstallSameDir(
|
|
|
|
geozero
|
|
|
|
__init__.py
|
|
|
|
Geozero.py
|
|
|
|
Geocodable.py
|
|
|
|
)
|