Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-12-10 | Update FindEntityX.cmake | Alex Tennant | |
To be consistent with other CMake modules ENTITYX_LIBRARIES and ENTITYX_INCLUDE_DIRS should be exposed. find_package_handle_standard_args should be used to set ENTITYX_FOUND. | |||
2014-12-15 | Added CMake Find_Package script and debug suffix | Mario Liebisch | |
* This allows easy inclusion of EntityX in CMake projects using `Find_Package(EntityX)`. * Also debug versions now use the `-d` suffix, no longer overwriting release builds (e.g. `entityx-d.lib` rather than `entityx.lib`). |