From d70b722e11289cf6826f78031da388452958706e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20He=C3=9F?= <rene.hess@iwr.uni-heidelberg.de> Date: Fri, 15 Feb 2019 15:14:57 +0100 Subject: [PATCH] [skip ci] TODO Do proper cmake integration --- python/CMakeLists.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/python/CMakeLists.txt b/python/CMakeLists.txt index 84ac5660..c237bdfe 100644 --- a/python/CMakeLists.txt +++ b/python/CMakeLists.txt @@ -22,5 +22,9 @@ dune_python_add_test(NAME pep8-ourcode add_subdirectory(test) # Add a dummy target to extract compiler flags for the autotune tool chain +include_directories(../../benchmark/include) +link_directories(../../build-benchmark-optimized-gcc8/src) + add_executable(_autotune_target EXCLUDE_FROM_ALL _autotune.cc) +target_link_libraries(_autotune_target benchmark) target_compile_options(_autotune_target PUBLIC -fno-strict-aliasing) -- GitLab