Merge pull request #2290 from aws-lumberyard-dev/cherry-pick-Issue2282-hxx-pattern

Cherry-Pick: Add missing `*.hxx` pattern
This commit is contained in:
lumberyard-employee-dm
2021-07-20 12:54:53 -05:00
committed by GitHub
@@ -64,6 +64,7 @@ function(ly_setup_target OUTPUT_CONFIGURED_TARGET ALIAS_TARGET_NAME absolute_tar
PATTERN *.h
PATTERN *.hpp
PATTERN *.inl
PATTERN *.hxx
)
endif()
endforeach()