Skip to content

Commit

Permalink
Add FS base class to coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
lukemartinlogan committed May 1, 2023
1 parent dfccd2f commit 58f7962
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion adapter/filesystem/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,11 @@ EXPORT (
FILE
${HERMES_EXPORTED_TARGETS}.cmake
)
endif()
endif()

#-----------------------------------------------------------------------------
# Add Target(s) to Coverage
#-----------------------------------------------------------------------------
if(HERMES_ENABLE_COVERAGE)
set_coverage_flags(hermes_fs_base)
endif()

0 comments on commit 58f7962

Please sign in to comment.