mirror of
https://github.com/lucaspalomodevelop/meshlab.git
synced 2026-03-20 03:16:10 +00:00
add include_directory
This commit is contained in:
parent
4a62031f1e
commit
9151ff70b6
1
src/external/xerces.cmake
vendored
1
src/external/xerces.cmake
vendored
@ -21,5 +21,6 @@ elseif(ALLOW_BUNDLED_XERCES AND EXISTS "${XERCES_DIR}/CMakeLists.txt")
|
||||
add_subdirectory(${XERCES_DIR})
|
||||
add_library(external-xerces INTERFACE)
|
||||
target_link_libraries(external-xerces INTERFACE xerces-c)
|
||||
target_include_directories(external-xerces INTERFACE ${XERCES_DIR}/src)
|
||||
|
||||
endif()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user