Skip to content

Commit

Permalink
add dependencies for header tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nschimme committed Jun 16, 2024
1 parent aeeabd5 commit 171c6a3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -473,6 +473,7 @@ if(CHECK_MISSING_INCLUDES)
set(FNAME "${CMAKE_CURRENT_BINARY_DIR}/gen/${header_path}.gen.cpp")
file(WRITE ${FNAME} "#include \"${header_path}\"\n")
list(APPEND DUMMY_FILES ${FNAME})
set_property(SOURCE ${FNAME} APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS ${header_path})
set(FNAME "")
endforeach()
# REVISIT: Find a way to avoid adding this to mmapper_SRCS?
Expand Down

0 comments on commit 171c6a3

Please sign in to comment.