Skip to content

Commit

Permalink
Merge branch 'thoennes/cmake-changes-and-fixes' into 'master'
Browse files Browse the repository at this point in the history
adding include path to targets for better usability

See merge request walberla/walberla!684
  • Loading branch information
modkin committed Sep 23, 2024
2 parents d54725d + b1a104a commit 060a0c8
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 060a0c8

Please sign in to comment.