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 (
TARGET_LINK_LIBRARIES (
boolinqbenchmark
gtest
pthread
benchmark
)
......@@ -61,7 +61,6 @@ TARGET_LINK_LIBRARIES (
boolinqtest
gtest_main
#gcov
pthread
)
ENABLE_TESTING ()
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