From 4935b33a3256fc551ba3070bdffc8785e12e6341 Mon Sep 17 00:00:00 2001 From: Ryan Burns Date: Wed, 8 Apr 2020 12:19:03 -0700 Subject: [PATCH] Add alos2proc_f python package initializer --- contrib/alos2proc_f/CMakeLists.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/contrib/alos2proc_f/CMakeLists.txt b/contrib/alos2proc_f/CMakeLists.txt index d7b217b..888d594 100644 --- a/contrib/alos2proc_f/CMakeLists.txt +++ b/contrib/alos2proc_f/CMakeLists.txt @@ -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 + )