added: build system option to enable Tracy profiler

This commit is contained in:
Arne Morten Kvarving
2023-08-15 15:57:06 +02:00
parent ba6fc03fa3
commit e03600f6ef
2 changed files with 9 additions and 0 deletions
+2
View File
@@ -22,6 +22,7 @@ set (opm-simulators_CONFIG_VAR
HAVE_SUITESPARSE_UMFPACK
HAVE_DAMARIS
HAVE_HDF5
USE_TRACY
)
# dependencies
@@ -54,6 +55,7 @@ set (opm-simulators_DEPS
"opm-models REQUIRED"
"Damaris 1.7"
"HDF5"
"Tracy"
)
find_package_deps(opm-simulators)