Fix typo in CMake integration

This commit is contained in:
Ian Bell
2016-04-08 18:32:05 -06:00
parent 3b9f393221
commit b9b9bd54d2

View File

@@ -16,7 +16,7 @@ When writing your own C++ code, it is advised to compile CoolProp to a static li
CMake Integration
=================
If you are using CMake, the process is quite trivial to integrate the CoolProp static library into your build system. The only tricky thing here is that the CoolProp source directory MUST be a subdirectory of your main CMakeLists.txt. For instance, if you have the folder layout:
If you are using CMake, the process is quite trivial to integrate the CoolProp static library into your build system. The only tricky thing here is that the CoolProp source directory MUST be a subdirectory of your main CMakeLists.txt. For instance, if you have the folder layout::
main
|- CMakeLists.txt (For your project, see below)