Skip to content

Commit

Permalink
Change order of include dirs in unit tests cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
iglesias committed Aug 15, 2013
1 parent 4716b54 commit 9c0e8cb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/unit/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ ExternalProject_Get_Property(GoogleMock source_dir)
if(SYSTEM_INCLUDES)
INCLUDE_DIRECTORIES(SYSTEM ${SYSTEM_INCLUDES})
endif()
include_directories(${INCLUDES} ${CMAKE_SOURCE_DIR}/src
${source_dir}/include ${source_dir}/gtest/include)
include_directories(${source_dir}/include ${INCLUDES} ${source_dir}/gtest/include ${CMAKE_SOURCE_DIR}/src)
LINK_DIRECTORIES(${THIRD_PARTY_DIR}/libs/gmock)

# Generate automatic unittest from jinja2 templates
Expand Down

0 comments on commit 9c0e8cb

Please sign in to comment.