Add alos2proc_f python package initializer

LT1AB
Ryan Burns 2020-04-08 12:19:03 -07:00
parent 34b1644956
commit 4935b33a32
1 changed files with 4 additions and 1 deletions

View File

@ -29,4 +29,7 @@ cython_add_module(alos2proc_f
target_include_directories(alos2proc_f PUBLIC include)
target_link_libraries(alos2proc_f PUBLIC FFTW::Float OpenMP::OpenMP_Fortran)
InstallSameDir(alos2proc_f)
InstallSameDir(
alos2proc_f
__init__.py
)