]> code.bitgloo.com Git - clyne/entityx.git/commit
Fixes uint64_t ambigutity issue on compiling Benchmark_tests.cc on MSVC
authorStephen Ma <tehphen@gmail.com>
Sat, 26 Dec 2015 00:10:13 +0000 (16:10 -0800)
committerStephen Ma <tehphen@gmail.com>
Sat, 26 Dec 2015 00:59:59 +0000 (16:59 -0800)
commitab348f5e983ad370d7e670ad40b28557278554bf
treed4d05d39a4467dde547f6dd234819f8fff89f71a
parentecb30ea2e387c18fc5db390cadb8b4ffe45784fd
Fixes uint64_t ambigutity issue on compiling Benchmark_tests.cc on MSVC

Always build benchmark test when  ENTITYX_BUILD_TESTING is set.
Expand namespace entityx and std in Benchmarks_test.cc
Fix whitespace to match original Benchmark_test.cc
Fix CMakeFiles to correctly conditionally add Benchmark tests.
CMakeLists.txt
entityx/Benchmarks_test.cc