move headers to include/mcc to match duild and deploy configurations

move mcc_bsplines.h from fitpack to include/mcc
rewrite CMakeLists.txt to incorporate these changes
This commit is contained in:
Timur A. Fatkhullin
2026-02-15 20:43:51 +03:00
parent 6ffc8e3582
commit 66e5f37c74
33 changed files with 50 additions and 40 deletions

View File

@@ -31,7 +31,8 @@ FortranCInterface_VERIFY(CXX)
# set(FITPACK_INCLUDE_DIR ${CMAKE_CURRENT_BINARY_DIR} PARENT_SCOPE)
# include_directories(${BSPLINES_INCLUDE_DIR})
add_library(fitpack_project STATIC EXCLUDE_FROM_ALL ${src_files} mcc_bsplines.h)
# add_library(fitpack_project STATIC EXCLUDE_FROM_ALL ${src_files} mcc_bsplines.h)
add_library(fitpack_project STATIC EXCLUDE_FROM_ALL ${src_files})
add_library(fitpack STATIC IMPORTED GLOBAL)
set_target_properties(