8000 GitHub - soroush/vtk-buildsystem: This explains
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

soroush/vtk-buildsystem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Purpose

This explains the bug reported in microsoft/vcpkg#12906.

Project Structure and Dependencies:

root/
├─ foo/           # Shared Library. Dependencies: VTK
├─ bar/           # Shared Library. Dependencies: VTK
├─ application/   # Executable. Dependencies: Foo, Bar, VTK

How To Reproduce

Install VTK using vcpkg:

vcpkg.exe vtk[qt,cuda,paraview,opengl]

Assuming you have vcpkg, cmake and VTK installed and cloned this repo, do:

mkdir build
cd build
cmake -DCMAKE_TOOLCHAIN_FILE=c:/vcpkg/scripts/buildsystems/vcpkg.cmake ..

Don't forget to set your vcpkg path if it is different.

About

This explains

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0