We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09f9027 commit de8f3f2Copy full SHA for de8f3f2
test/CMakeLists.txt
@@ -6,7 +6,7 @@ project(${PROJECT_NAME})
6
SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11 -O3" )
7
8
INCLUDE_DIRECTORIES("..")
9
-INCLUDE_DIRECTORIES(${GTEST_INCLUDE_DIRS})
+INCLUDE_DIRECTORIES("../googletest-release-1.8.0/googletest/include")
10
11
# add gtest (building with same compiler is best option)
12
add_subdirectory(googletest-release-1.8.0)
0 commit comments