Skip to content

Commit a9243d2

Browse files
committed
include gtest
1 parent 2103a27 commit a9243d2

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ compiler:
1616

1717
install:
1818
- if [ "$CXX" = "g++" ]; then export CXX="g++-5"; fi
19-
- git submodule update --init
2019

2120
script:
2221
- $CXX --version

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ endif()
1212
enable_testing()
1313
add_subdirectory(googletest)
1414

15+
include_directories(${CMAKE_CURRENT_SOURCE_DIR}/googletest/googletest/include)
1516
include_directories(${CMAKE_CURRENT_SOURCE_DIR}/include)
1617

1718
# Tests

0 commit comments

Comments
 (0)