mirror of
https://github.com/lucaspalomodevelop/meshlab.git
synced 2026-03-13 00:07:24 +00:00
fix u3d on mac
This commit is contained in:
parent
22c955bbb4
commit
658b8abec2
8
src/external/u3d.cmake
vendored
8
src/external/u3d.cmake
vendored
@ -18,4 +18,12 @@ if(MESHLAB_ALLOW_DOWNLOAD_SOURCE_U3D)
|
||||
set(MESSAGE_QUIET ON)
|
||||
add_subdirectory(${U3D_DIR})
|
||||
unset(MESSAGE_QUIET)
|
||||
install(
|
||||
TARGETS
|
||||
IFXCore
|
||||
IFXExporting
|
||||
IFXScheduling
|
||||
IDTF-to-U3D-converter
|
||||
DESTINATION
|
||||
${MESHLAB_LIB_INSTALL_DIR})
|
||||
endif()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user