Skip to content
Snippets Groups Projects
Commit d70b722e authored by René Heß's avatar René Heß
Browse files

[skip ci] TODO Do proper cmake integration

parent 24247b64
No related branches found
No related tags found
No related merge requests found
......@@ -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)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment