FIND_PACKAGE(SalomeHDF5 REQUIRED)
FIND_PACKAGE(SalomeSWIG REQUIRED)
+IF(NOT SALOME_LIGHT_ONLY)
+ FIND_PACKAGE(SalomeOmniORB REQUIRED)
+ENDIF()
+
IF(SALOME_BUILD_DOC)
FIND_PACKAGE(SalomeDoxygen)
FIND_PACKAGE(SalomeGraphviz)
# The theme to use for HTML and HTML Help pages. Major themes that come with
# Sphinx are currently 'default' and 'sphinxdoc'.
-#html_theme = 'omadoc'
+html_theme = 'classic'
html_theme_options = {
"stickysidebar": "false",
"rightsidebar": "false",
${pl_FORMS_HEADERS}
${rcs_sources})
-TARGET_LINK_LIBRARIES(paraLight ${QT_LIBRARIES} pqApplicationComponents)
+TARGET_LINK_LIBRARIES(paraLight ${QT_LIBRARIES} pqApplicationComponents vtkRenderingFreeTypeOpenGL)
#INSTALL(TARGET paraLight bin)