Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • V VESPA
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 5
    • Issues 5
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 2
    • Merge requests 2
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • 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
  • VTK-CGAL
  • VESPA
  • Merge requests
  • !32

Add support for out-of-tree build using CMake

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Alexy Pellegrini requested to merge alexy.pellegrini/vespa:cmake-oot-build into master Nov 28, 2022
  • Overview 3
  • Commits 1
  • Pipelines 2
  • Changes 2

Add support for find_package(vespa):

find_package(vespa REQUIRED)
add_executable(vespatest main.cpp)
target_link_libraries(vespatest PRIVATE ${VTK_LIBRARIES} vtkCGALAlgorithm)
vtk_module_autoinit(...)
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: cmake-oot-build