]> code.bitgloo.com Git - clyne/entityx.git/commit
Update cmake conf for testing.
authorLars Pensjö <lars.pensjo@gmail.com>
Wed, 27 Feb 2013 06:10:03 +0000 (07:10 +0100)
committerLars Pensjö <lars.pensjo@gmail.com>
Wed, 27 Feb 2013 06:10:03 +0000 (07:10 +0100)
commit584812b6054a95f4346bbadcbbb54b5e72c2d746
tree0ced8139e078f16b1e2be41f8fdf3e49c499fe53
parent6bb2ed010c3892b3c290e76df0d37583448cc6c7
Update cmake conf for testing.
Suppress error from signed comparison in gtest.h (-Wno-error=sign-compare).
Suppress error from unused variables (-Wno-error=unused-but-set-variable).
Add cmake flag BUILD_TESTING to the cached variables.
When building for testing, the include path to GTest shall be added.
CMakeLists.txt