-
Notifications
You must be signed in to change notification settings - Fork 74
Q&A
giangiac edited this page Aug 13, 2020
·
9 revisions
The examples are contained in folder $REPO/examples/.
You have to add the option -DBuild Examples=ON to the cmake command.
Consider that you initially compiled with:
$ mkdirbuild; cd build
$ cmake -DIqsPython=OFF ..
$ makeTo add the examples, from the $REPO/build/ folder just run:
$ cmake -DBuildExamples=ON ..
$ makeExecutable files are generated in $REPO/examples/bin/ folder.