Skip to content
Snippets Groups Projects
Commit 060a0c85 authored by Dominik Thoennes's avatar Dominik Thoennes
Browse files

Merge branch 'thoennes/cmake-changes-and-fixes' into 'master'

adding include path to targets for better usability

See merge request walberla/walberla!684
parents d54725d7 b1a104ae
No related merge requests found
Pipeline #69238 canceled with stages
in 7 seconds
......@@ -39,6 +39,7 @@ if ( WALBERLA_BUILD_WITH_HALF_PRECISION_SUPPORT )
endif ()
target_link_libraries( core PUBLIC ${SERVICE_LIBS} )
target_include_directories( core PUBLIC ${walberla_SOURCE_DIR}/src/ ${walberla_BINARY_DIR}/src/ )
target_sources( core
PRIVATE
Abort.cpp
......@@ -61,6 +62,7 @@ target_sources( core
EndianIndependentSerialization.h
Environment.h
Filesystem.h
Format.hpp
FunctionTraits.h
GetPID.h
Hostname.h
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment