Skip to content

Commit

Permalink
Merge pull request #21 from pelson/cmake_include_dir
Browse files Browse the repository at this point in the history
Added the CMAKE_INCLUDE_PATH path to the test includes.
  • Loading branch information
rhattersley committed Dec 2, 2015
2 parents 54c6df7 + 78edf20 commit 9a4c209
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
enable_testing()
find_package(Check REQUIRED)
include_directories(${CMAKE_INCLUDE_PATH})
include_directories(${CHECK_INCLUDE_DIRS})
set(LIBS ${LIBS} ${CHECK_LIBRARIES} mo_unpack m rt pthread)
include_directories(. ../src)
Expand Down

0 comments on commit 9a4c209

Please sign in to comment.