2019-12-22 01:20:44 +00:00
|
|
|
Python_add_library(dopiq MODULE
|
|
|
|
bindings/dopiqmodule.cpp
|
|
|
|
src/dopiq-new.f
|
|
|
|
src/dopiqAllocateDeallocate.f
|
|
|
|
src/dopiqGetState.f
|
|
|
|
src/dopiqSetState.f
|
|
|
|
src/dopiqState.f
|
|
|
|
)
|
|
|
|
target_include_directories(dopiq PUBLIC include)
|
2020-09-14 17:57:10 +00:00
|
|
|
target_link_libraries(dopiq PUBLIC isce2::DataAccessorLib)
|
2019-12-22 01:20:44 +00:00
|
|
|
|
|
|
|
InstallSameDir(
|
|
|
|
dopiq
|
|
|
|
__init__.py
|
|
|
|
DopIQ.py
|
|
|
|
)
|