2019-12-22 01:20:44 +00:00
|
|
|
Python_add_library(doppler MODULE
|
|
|
|
bindings/dopplermodule.cpp
|
|
|
|
src/doppler.f
|
|
|
|
src/dopplerAllocateDeallocate.f
|
|
|
|
src/dopplerGetState.f
|
|
|
|
src/dopplerSetState.f
|
|
|
|
src/dopplerState.f
|
|
|
|
)
|
|
|
|
target_include_directories(doppler PUBLIC include)
|
2020-09-14 17:57:10 +00:00
|
|
|
target_link_libraries(doppler PUBLIC isce2::DataAccessorLib)
|
2019-12-22 01:20:44 +00:00
|
|
|
|
|
|
|
InstallSameDir(
|
|
|
|
doppler
|
|
|
|
__init__.py
|
|
|
|
Doppler.py
|
|
|
|
)
|