ePrivacy and GPDR Cookie Consent by Cookie Consent

Integrating yasmine

This section provides you with instructions on how to use yasmine in your environment.

Visual Studio 2015 (and 2013)

Step by step

You can choose between building the library yourself (description on the Building yasmine page) or download the library from Download section of the yasmine home page.

  • Unzip the library package into a directory of choice (this is referred to as $YDIR in the rest of this document). You can use 7-Zip or a similar tool for this task.

  • In your project the following settings should be made (alternatively you can create a new property sheet with these settings and assign it to your project):Now the library can be used in your project.

    • Common Properties -> C/C++ -> General -> Additional Include Directories: $YDIR\yasmine\headers;

    • Common Properties -> C/C++ -> Advanced -> Disable Specific Warnings: 4217;4250

    • Common Properties -> Linker -> General -> Additional Library Directories: $YDIR\yasmine;

    • Common Properties -> Linker -> Additional Dependencies: yasmine.lib

How to create (add) a property sheet in Visual Studio 2015

  • View -> Property Manager

  • Right click on the project -> Add New Project Property Sheet

  • Set the name and the location of the property sheet

  • Press 'Add'

The property sheet is now ready to be configured and used.