Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • ParaView ParaView
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 1,843
    • Issues 1,843
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 88
    • Merge requests 88
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • ParaView
  • ParaViewParaView
  • Issues
  • #21182

Closed
Open
Created Jan 18, 2022 by Mathieu Westphal@mwestphalMaintainer

paraview_add_client macro without a APPLICATION_XMLS fails to create any proxy

Using paraview_add_client macro without a APPLICATION_XMLS result in a non fonctionning application unable to create any proxy

The following CMakeLists would not work

# The main cmake macro to create a paraview based application
paraview_client_add(
  NAME spreadsheet_paraview
  VERSION "1.0.1"
  SOURCES ${sources} ${ui_files}
  MAIN_WINDOW_CLASS SpreadSheetMainWindow
  ORGANIZATION "Kitware SAS."
  TITLE "Spreadsheet ParaView")

target_link_libraries(spreadsheet_paraview
  PRIVATE
    ParaView::RemotingSettings)

image

Find a full example here: Spreadsheet.tgz

Edited Jan 19, 2022 by Mathieu Westphal
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Assignee
Assign to
Time tracking