Age | Commit message (Collapse) | Author | |
---|---|---|---|
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`). |