BOOST = /usr/include
RAPIDJSON = /usr/include
CLI11 = /usr/include
# Use system oneTBB
TBB_INTERFACE_NEW = 1
TBB_INC = /usr/include
TBB_LIB = /usr/lib64
TBB_TARGETS =
# Unbundle SUNDIALS
SUNDIALS_INC = /usr/include
SUNDIALS_LIB = /usr/lib64
SUNDIALS_TARGETS =
LDLIBS_SUNDIALS = -lsundials_cvodes -lsundials_nvecserial -lsundials_idas -lsundials_kinsol
# Google Test and Benchmark
GTEST = /usr/include
BENCHMARK = /usr/include
