I was planning on using VERIFY_INTERFACE_HEADER_SETS to replace custom equivalent code. But one thing I’ve noticed is that the targets generated ${TARGET}_verify_interface_header_sets don’t appear to be valid targets that you can apply properties to. I would like to be able to group all of the _verify_interface_header_sets into a folder on its own in my IDE. set_target_properties(${TARGET}_verify_interface_header_sets PROPERTIES FOLDER "Header Checkers")
. Is there a way to do this? If its not possible its not the end of the world since really its only the CI that will ever enable the header verify but I like to keep things neat for when checking CI issues.