aboutsummaryrefslogtreecommitdiffstats
path: root/cmake/FindEntityX.cmake
AgeCommit message (Collapse)Author
2014-12-15Added CMake Find_Package script and debug suffixMario 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`).