From 4856d8b189238ff3993b8de728975d51cedc915b Mon Sep 17 00:00:00 2001 From: jdolence Date: Tue, 31 Oct 2023 11:03:31 -0600 Subject: [PATCH] and add it to the cmake --- src/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 54a226c55383..062702836532 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -231,6 +231,7 @@ add_library(parthenon utils/error_checking.cpp utils/hash.hpp utils/indexer.hpp + utils/instrument.hpp utils/loop_utils.hpp utils/morton_number.hpp utils/mpi_types.hpp