Commit bae7bd7e authored by Vit Babel's avatar Vit Babel

CMakeList: make project build with MSVC

Removing pthread from TARGET_LINK_LIBRARIES of test and benchmark
subdirectories
 * makes it possible to compile the prject in MS Visual Studio
 * does not impact building with gcc
parent 3087b44d
...@@ -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