
You can enable the variable CONANSYSTEMINCLUDES in order to get. So I want to include a global header file that is in a different folder. If desired, adjust the folder name and project name in the CMakeLists.txt file. Sets the corresponding variables to CMakes includedirectories() and linkdirectories(). the folder "/ids_peak/comfort_sdk/samples/source/c/walkthrough/" (comfortC) or "./ids_peak/generic_sdk/samples/source/cpp/open_camera/" (genericC++) into your working directory. This path will automatically be added to the build include directory paths for libraries (9.3) and tests (9.4). Start with a pre-configured CMakeLists.txt file from the examples. No other explicit CMake configuration is required. Select the appropriate Visual Studio version. This way, you can open folders with a CMakeLists.txt file directly via "File > Open > Folder".


The CMake support is directly integrated since Visual Studio 2017. Opening a C-Make project folder directly (from Visual Studio 2017 on) Configuring a Visual Studio project folder manually.Creating a Visual Studio project folder with CMake GUI (all Visual Studio versions).You need to pass relative directory, which contains given CMakeLists.txt. Opening a C-Make project folder directly (from Visual Studio 2017 on) Other CMakeLists.txt files are usually 'included' with addsubdirectory command.

If you use Visual Studio, you have several options to create a project:
