Add support for out-of-tree build using CMake
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(...)
System updates will be applied on Nov 25th between 7am and 9am, EST (UTC-05:00). This site will have intermittent downtime during that time.
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(...)