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 2103a27 commit a9243d2Copy full SHA for a9243d2
.travis.yml
@@ -16,7 +16,6 @@ compiler:
16
17
install:
18
- if [ "$CXX" = "g++" ]; then export CXX="g++-5"; fi
19
- - git submodule update --init
20
21
script:
22
- $CXX --version
CMakeLists.txt
@@ -12,6 +12,7 @@ endif()
12
enable_testing()
13
add_subdirectory(googletest)
14
15
+include_directories(${CMAKE_CURRENT_SOURCE_DIR}/googletest/googletest/include)
include_directories(${CMAKE_CURRENT_SOURCE_DIR}/include)
# Tests
0 commit comments