]> code.bitgloo.com Git - clyne/entityx.git/commit
Added CMake Find_Package script and debug suffix
authorMario Liebisch <mario.liebisch@gmail.com>
Mon, 15 Dec 2014 20:35:51 +0000 (21:35 +0100)
committerMario Liebisch <mario.liebisch@gmail.com>
Mon, 15 Dec 2014 20:44:12 +0000 (21:44 +0100)
commite3f4198697c850f4b37ad618882c32001c05bf67
tree371e2a3cfddf26bf1cc749ea6587ec805e929cdb
parentb12246386b724c08d5d67322bb9138d1e79d12ca
Added CMake Find_Package script and debug suffix

* 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`).
CMakeLists.txt
cmake/FindEntityX.cmake [new file with mode: 0644]