Skip to content

Commit 8dec884

Browse files
author
Tobias Senst
committed
* add root CMakeLists.txt for C++
1 parent 53b05dd commit 8dec884

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
cmake_minimum_required(VERSION 2.7)
2+
include(${PROJECT_SOURCE_DIR}/RLOFSample/CMakeLists.txt)

RLOFSample/Readme.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,12 @@ Run cmake-gui and select a build folder to create the visual studio solution fil
1313
The example application has been tested with the following configurations:
1414
- [x] Visual Studio 2010 / Windows 7
1515
- [x] Visual Studio 2017 / Windows 7
16+
17+
If your current Visual Studio version is not supported. You can try to link sibiling existing version.
18+
The following configurations have been tested:
19+
- [x] Visual Studio 2015 link libRLOF_vc141_x64.lib / Windows 10
20+
21+
Please feel free to contact us ([email protected]) if you need a specific compilant for your development enviroment.
1622

1723
Please mention to announce the binary path "/lib/" e.g. by setting the environment PATH variable
1824
(e.g. PATH=D:/workspace/Arbeit_Senst/publicProjects/RLOFLib/lib/ ) in your project debugging settings.

0 commit comments

Comments
 (0)