SaschaWillems / glCapsViewer

C++ port of the OpenGL hardware capability viewer
GNU Lesser General Public License v3.0
103 stars 28 forks source link

Check for rapidxml header during CMake's build-files generation #1

Closed nicholasbishop closed 9 years ago

nicholasbishop commented 9 years ago

If the header is not present then CMake will fail with an error message.

Note that the rapidxml headers in Fedora's package have ".h" extensions instead of ".hpp", so a bit of extra logic is added to create stubs (avoids having to ifdef the source files themselves).

SaschaWillems commented 9 years ago

Awesome! I'm just starting with CMake, so stuff like this is very appreciated :+1: