Commit 1468eff8 authored by Anton Bukov's avatar Anton Bukov Committed by GitHub

Merge pull request #20 from babelvit/build-with-msvc

CMakeList: make project build with MSVC
parents 3087b44d bae7bd7e
...@@ -28,6 +28,5 @@ ADD_EXECUTABLE ( ...@@ -28,6 +28,5 @@ ADD_EXECUTABLE (
TARGET_LINK_LIBRARIES ( TARGET_LINK_LIBRARIES (
boolinqbenchmark boolinqbenchmark
gtest gtest
pthread
benchmark benchmark
) )
...@@ -61,7 +61,6 @@ TARGET_LINK_LIBRARIES ( ...@@ -61,7 +61,6 @@ TARGET_LINK_LIBRARIES (
boolinqtest boolinqtest
gtest_main gtest_main
#gcov #gcov
pthread
) )
ENABLE_TESTING () ENABLE_TESTING ()
ADD_TEST (BoolinqTest boolinqtest) ADD_TEST (BoolinqTest boolinqtest)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment