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

@@ -4,7 +4,7 @@
#include <random>
#include <ranges>
#include "fitpack/mcc_bsplines.h"
#include <mcc/mcc_bsplines.h>
int main()
{