aboutsummaryrefslogtreecommitdiffstats
path: root/README.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'README.cmake')
-rw-r--r--README.cmake4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.cmake b/README.cmake
index c66201cf73..d293e4c23d 100644
--- a/README.cmake
+++ b/README.cmake
@@ -44,6 +44,10 @@ Note 2:
On OS X, you may want to run cmake like this:
cmake -DENABLE_CAP=OFF -G "Unix Makefiles"
+Note 3:
+ After running cmake, you can always run "make help" to see
+ a list of all possible make targets.
+
Why cmake?
==========
- Can create project files for some MS and Apple IDEs.