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

adding include path to targets for better usability

parent 92b1b975
Branches
No related merge requests found
......@@ -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