Skip to content

Commit

Permalink
Refs #6658. Forgot to link VatesAPI.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Reuter committed Mar 11, 2013
1 parent 68e6c12 commit 4dded9f
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ SERVER_MANAGER_SOURCES vtkScaleWorkspace.cxx
GUI_RESOURCE_FILES ScaleWorkspaceGUI.xml)
# Add to the 'VatesParaViewPlugins' group in VS
set_property( TARGET MantidParaViewScaleWorkspaceSMPlugin PROPERTY FOLDER "MantidVatesParaViewPlugins")

target_link_libraries( MantidParaViewScaleWorkspaceSMPlugin
${MANTID_SUBPROJECT_LIBS} )

# Put library into subfolder.
SET_TARGET_OUTPUT_DIRECTORY(MantidParaViewScaleWorkspaceSMPlugin ${CMAKE_LIBRARY_OUTPUT_DIRECTORY}/${CMAKE_CFG_INTDIR}/${PVPLUGINS_DIR}/${PVPLUGINS_SUBDIR})

Expand Down

0 comments on commit 4dded9f

Please sign in to comment.