File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change
1
+ cmake_minimum_required (VERSION 2.7 )
2
+ include (${PROJECT_SOURCE_DIR} /RLOFSample/CMakeLists.txt )
Original file line number Diff line number Diff line change @@ -13,6 +13,12 @@ Run cmake-gui and select a build folder to create the visual studio solution fil
13
13
The example application has been tested with the following configurations:
14
14
- [x] Visual Studio 2010 / Windows 7
15
15
- [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.
16
22
17
23
Please mention to announce the binary path "/lib/" e.g. by setting the environment PATH variable
18
24
(e.g. PATH=D:/workspace/Arbeit_Senst/publicProjects/RLOFLib/lib/ ) in your project debugging settings.
You can’t perform that action at this time.
0 commit comments