Skip to content
Snippets Groups Projects

WIP: playground for config.h replacement

Closed Simon Praetorius requested to merge feature/separate_config_h into master
3 unresolved threads
1 file
+ 2
1
Compare changes
  • Side-by-side
  • Inline
@@ -27,8 +27,9 @@ dune_add_library("dunecommon"
stdstreams.cc
stdthread.cc
ADD_LIBS "${_additional_libs}")
target_include_directories(dunecommon PUBLIC $<BUILD_INTERFACE:${PROJECT_BINARY_DIR}>)
add_dune_tbb_flags(dunecommon)
#install headers
install(FILES
alignedallocator.hh
Loading