mirror of
https://github.com/CoolProp/CoolProp.git
synced 2026-01-21 03:48:08 -05:00
9 lines
344 B
ReStructuredText
9 lines
344 B
ReStructuredText
.. _cmake:
|
|
|
|
*****
|
|
CMake
|
|
*****
|
|
|
|
CMake is a very powerful cross-platform system for generating automated build systems. On Unix it builds makefiles which it then runs, on windows, it normally builds projects for Visual Studio (though it can also build Makefiles using MinGW on windows).
|
|
|
|
CMake is used to build each of the wrappers for CoolProp. |