mirror of https://github.com/CGAL/cgal
Fix the INTERFACE_INCLUDE_DIRECTORIES of CGAL
This commit is contained in:
parent
23a1c3ee54
commit
98890c9924
|
|
@ -30,4 +30,10 @@ function(CGAL_setup_CGAL_dependencies target)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
use_CGAL_Boost_support(${target} ${keyword})
|
use_CGAL_Boost_support(${target} ${keyword})
|
||||||
|
foreach(dir ${CGAL_INCLUDE_DIRS})
|
||||||
|
target_include_directories(${target} ${keyword}
|
||||||
|
$<BUILD_INTERFACE:${dir}>)
|
||||||
|
endforeach()
|
||||||
|
target_include_directories(${target} ${keyword}
|
||||||
|
$<INSTALL_INTERFACE:include/CGAL>)
|
||||||
endfunction()
|
endfunction()
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue