Skip to content

Commit

Permalink
adding include path to targets for better usability
Browse files Browse the repository at this point in the history
  • Loading branch information
modkin committed Sep 19, 2024
1 parent 92b1b97 commit b1a104a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/core/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -61,6 +62,7 @@ target_sources( core
EndianIndependentSerialization.h
Environment.h
Filesystem.h
Format.hpp
FunctionTraits.h
GetPID.h
Hostname.h
Expand Down

0 comments on commit b1a104a

Please sign in to comment.