mirror of
https://github.com/lucaspalomodevelop/meshlab.git
synced 2026-03-16 09:34:36 +00:00
fixed target_include_directories for e57.cmake
This commit is contained in:
parent
a3d18b02e2
commit
a652ee54dc
2
src/external/e57.cmake
vendored
2
src/external/e57.cmake
vendored
@ -72,7 +72,7 @@ elseif(ALLOW_BUNDLED_LIBE57_FORMAT)
|
||||
${E57Format_DIR}/src/E57XmlParser.cpp
|
||||
${E57Format_DIR}/src/E57XmlParser.h
|
||||
)
|
||||
target_include_directories(external-libE57Format SYSTEM PUBLIC "${E57Format_DIR}")
|
||||
target_include_directories(external-libE57Format SYSTEM PUBLIC "${E57Format_DIR}/include")
|
||||
target_compile_definitions(external-libE57Format PUBLIC LIBE57_FORMAT_STATIC)
|
||||
set_property(TARGET external-libE57Format PROPERTY FOLDER External)
|
||||
target_link_libraries(external-libE57Format PRIVATE external-disable-warnings)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user