add_library(nabla_core STATIC
    core/mesh.cpp
    core/boundary.cpp
    core/thomas.cpp
    core/solver.cpp
    core/arena.cpp
    core/simd.cpp
    core/local_vol.cpp
    core/greeks.cpp
    core/barrier.cpp
)

target_include_directories(nabla_core PUBLIC
    ${CMAKE_SOURCE_DIR}/include
)
