commit | c9956e777c64f601d501a4cadddcb0882e7d6a7f | [log] [tgz] |
---|---|---|
author | Peter Kokot <peterkokot@gmail.com> | Mon May 19 02:04:32 2025 +0200 |
committer | Peter Kokot <peterkokot@gmail.com> | Mon May 19 02:39:54 2025 +0200 |
tree | 7776dc48e11acc32133227b179b39d1a936c81bb | |
parent | e33692e6251ddfd56ea1a662d8ef42e819975b90 [diff] |
CheckStructHasMember: Update documentation - Added intro code block showing how to include this module. - Used "command" instead of "macro". - Reworded descriptions a bit. - Extended examples section showing how to check struct members in C and C++. Added additional example showing how to use CMAKE_REQUIRED_DEFINITIONS variable.