From 4d8df0453b61eb799e510f45eaa2eb751783256a Mon Sep 17 00:00:00 2001 From: Florent Pruvost <florent.pruvost@inria.fr> Date: Thu, 1 Sep 2016 12:23:21 +0000 Subject: [PATCH] cmake: install perfmodels for the simu mode in share/chameleon --- simucore/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/simucore/CMakeLists.txt b/simucore/CMakeLists.txt index d57fe4902..7ce1a9d9f 100755 --- a/simucore/CMakeLists.txt +++ b/simucore/CMakeLists.txt @@ -25,6 +25,7 @@ add_subdirectory(simucblas) add_subdirectory(simulapacke) +install(DIRECTORY perfmodels DESTINATION share/chameleon/) ### ### END CMakeLists.txt -- GitLab