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.
This commit is contained in:
parent
4011ed4e31
commit
abd61ac1e7
|
@ -37,6 +37,7 @@ include_directories(
|
||||||
${CMAKE_SOURCE_DIR}/include
|
${CMAKE_SOURCE_DIR}/include
|
||||||
${CMAKE_SOURCE_DIR}/polygon
|
${CMAKE_SOURCE_DIR}/polygon
|
||||||
${CMAKE_SOURCE_DIR}/common/geometry
|
${CMAKE_SOURCE_DIR}/common/geometry
|
||||||
|
${Boost_INCLUDE_DIR}
|
||||||
)
|
)
|
||||||
|
|
||||||
target_link_libraries(qa_geometry
|
target_link_libraries(qa_geometry
|
||||||
|
|
Loading…
Reference in New Issue