Skip to content
This repository has been archived by the owner on Apr 19, 2021. It is now read-only.

Commit

Permalink
Fixed include directory.
Browse files Browse the repository at this point in the history
  • Loading branch information
jbenden committed Nov 3, 2014
1 parent 63c233d commit efe9770
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ endif()

enable_testing()
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fprofile-arcs -ftest-coverage -O0")
include_directories("${CMAKE_SOURCE_DIR}/../gtest-1.7.0/include")
include_directories("${CMAKE_SOURCE_DIR}/gtest-1.7.0/include")
add_executable(tests tests.cpp matcher.h)
target_link_libraries(tests gtest_main)

0 comments on commit efe9770

Please sign in to comment.