Skip to content
Snippets Groups Projects
Commit 130ba5ca authored by Hahn, Steven's avatar Hahn, Steven
Browse files

Refs #11400. use include_directories to include paraview headers.

parent 00badb07
No related branches found
No related tags found
No related merge requests found
......@@ -38,13 +38,14 @@ set( TEST_SUITES
add_executable( ${PROJECT_NAME} ${INCLUDE_FILES} ${SOURCE_FILES} ${MOC_SRCS} )
include_directories( SYSTEM ${PARAVIEW_INCLUDE_DIRS} )
target_link_libraries( ${PROJECT_NAME}
VatesSimpleGuiQtWidgets
VatesSimpleGuiViewWidgets
SYSTEM
pqCore pqComponents pqApplicationComponents
${QT_LIBRARIES}
${MANTID_SUBPROJECT_LIBS}
VatesSimpleGuiQtWidgets
VatesSimpleGuiViewWidgets
)
if( SQUISH_FOUND )
......
......@@ -122,7 +122,13 @@ set_target_properties( VatesSimpleGuiViewWidgets PROPERTIES OUTPUT_NAME MantidVa
# Add to the 'VatesSimpleGui' group in VS
set_property( TARGET VatesSimpleGuiViewWidgets PROPERTY FOLDER MantidVatesSimpleGui )
include_directories( SYSTEM ${PARAVIEW_INCLUDE_DIRS} )
target_link_libraries( VatesSimpleGuiViewWidgets
pqApplicationComponents
pqComponents
${QT_LIBRARIES}
VatesSimpleGuiQtWidgets
MantidQtAPI
VatesAPI
......@@ -130,10 +136,6 @@ ${MANTID_SUBPROJECT_LIBS}
MantidQtSliceViewer
MantidQtFactory
MantidWidgets
SYSTEM
pqApplicationComponents
pqComponents
${QT_LIBRARIES}
)
# Create test file projects
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment