Building using CMake - Windows: Difference between revisions

Jump to navigation Jump to search
m
(→‎Building: Add entry CMAKE_INSTALL_PREFIX)
Line 36: Line 36:


If you do not use the recommended structure you will need to enter paths by hand. Source and build directories can be located anywhere.
If you do not use the recommended structure you will need to enter paths by hand. Source and build directories can be located anywhere.
The suggested inputs to cmake are :
      MSVC_3RDPARTY_ROOT : location of the above directory structure
      CMAKE_INSTALL_PREFIX : ${MSVC_3RDPARTY_ROOT}/install/msvc100/FlightGear (or any variation for the compiler version described above )


== Building ==
== Building ==

Navigation menu