fix compilation error

This commit is contained in:
Laurent Rineau 2024-10-23 09:55:29 +02:00
parent 071144bd76
commit 88381be445
1 changed files with 1 additions and 1 deletions

View File

@ -366,7 +366,7 @@ if(CGAL_Qt6_FOUND AND Qt6_FOUND)
${SubViewerUI_files})
target_link_libraries(
cgal_lab PRIVATE demo_framework point_dialog Qt6::Widgets
PUBLIC Qt6::Gui Qt6::OpenGLWidgets Qt6::Qml
PUBLIC CGAL::CGAL Qt6::Gui Qt6::OpenGLWidgets Qt6::Qml
)
if(LIBSSH_FOUND)
target_compile_definitions(cgal_lab PRIVATE -DCGAL_USE_SSH)