Skip to content

Running Samples in Visual Studio 2015 #227

Answered by biojppm
jslezosky asked this question in Q&A
Discussion options

You must be logged in to vote

Just look inside the run.sh script; it is there to show what commands to run. To pick specifically vs2015 it would require something like this (assuming a recent cmake is installed):

cd rapidyaml/samples/singleheader
cmake -G "Visual Studio 14 2015" -A x64 -S . -B build
cmake --build build --config Release --target run

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@biojppm
Comment options

@biojppm
Comment options

@jslezosky
Comment options

@biojppm
Comment options

Answer selected by biojppm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants