Browse Source

Add boost include dir to qa/geometry

This is needed on OSX, I don't know why it works on linux and windows
without it.
pull/3/merge
Nick Østergaard 9 years ago
committed by Chris Pavlina
parent
commit
abd61ac1e7
  1. 1
      qa/geometry/CMakeLists.txt

1
qa/geometry/CMakeLists.txt

@ -37,6 +37,7 @@ include_directories(
${CMAKE_SOURCE_DIR}/include
${CMAKE_SOURCE_DIR}/polygon
${CMAKE_SOURCE_DIR}/common/geometry
${Boost_INCLUDE_DIR}
)
target_link_libraries(qa_geometry

Loading…
Cancel
Save