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 tags found
No related merge requests found
...@@ -39,6 +39,7 @@ if ( WALBERLA_BUILD_WITH_HALF_PRECISION_SUPPORT ) ...@@ -39,6 +39,7 @@ if ( WALBERLA_BUILD_WITH_HALF_PRECISION_SUPPORT )
endif () endif ()
target_link_libraries( core PUBLIC ${SERVICE_LIBS} ) target_link_libraries( core PUBLIC ${SERVICE_LIBS} )
target_include_directories( core PUBLIC ${walberla_SOURCE_DIR}/src/ ${walberla_BINARY_DIR}/src/ )
target_sources( core target_sources( core
PRIVATE PRIVATE
Abort.cpp Abort.cpp
...@@ -61,6 +62,7 @@ target_sources( core ...@@ -61,6 +62,7 @@ target_sources( core
EndianIndependentSerialization.h EndianIndependentSerialization.h
Environment.h Environment.h
Filesystem.h Filesystem.h
Format.hpp
FunctionTraits.h FunctionTraits.h
GetPID.h GetPID.h
Hostname.h Hostname.h
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment