Added note on CMake option prefixes.

This commit is contained in:
Camilla Berglund 2013-02-04 12:33:04 +01:00
parent b39118408e
commit 075e37d29e

View File

@ -23,7 +23,8 @@ To compile GLFW and the accompanying example programs, you will need the
### CMake options ### CMake options
There are a number of CMake build options for GLFW, although not all are There are a number of CMake build options for GLFW, although not all are
available on all supported platforms. available on all supported platforms. Some of these are de facto standards
among CMake users and so have no `GLFW_` prefix.
#### Shared options #### Shared options