Skip to content

Commit

Permalink
Merge pull request #819 from myk002/myk_xml_dump_includes
Browse files Browse the repository at this point in the history
add missing include dir for xml-dump-type-sizes
  • Loading branch information
myk002 authored Jan 6, 2025
2 parents ffdf577 + 6250947 commit 5357b7e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ if(BUILD_XMLDUMP)
)
add_executable(xml-dump-type-sizes dump-type-sizes.cpp)
add_dependencies(xml-dump-type-sizes generate_headers)
target_include_directories(xml-dump-type-sizes PRIVATE ${dfapi_SOURCE_DIR}/include)
if(INSTALL_XMLDUMP)
install(TARGETS xml-dump-type-sizes DESTINATION .)
endif()
Expand Down

0 comments on commit 5357b7e

Please sign in to comment.