We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f42733 commit 1b34649Copy full SHA for 1b34649
1 file changed
cmake/FindCOVER.cmake
@@ -38,6 +38,7 @@ covise_find_library(COVER_OSGVRUI coOSGVRUI)
38
covise_find_library(COVER_PLUGINUTIL coOpenPluginUtil)
39
covise_find_library(COVER_AUDIO coVRAudio)
40
covise_find_library(COVER_VRML coVRML)
41
+covise_find_library(COVER_VRMLINTERFACE Vrml97Cover)
42
43
include(FindPackageHandleStandardArgs)
44
@@ -54,6 +55,8 @@ find_package_handle_standard_args(COVER DEFAULT_MSG
54
55
mark_as_advanced(COVER_LIBRARY
56
COVER_CONFIG_LIBRARY
57
COVER_AUDIO_LIBRARY
58
+ COVER_VRML_LIBRARY
59
+ COVER_VRMLINTERFACE_LIBRARY
60
COVER_VRUI_LIBRARY
61
COVER_OSGVRUI_LIBRARY
62
COVER_PLUGINUTIL_LIBRARY
0 commit comments