Add some links for further reading
authorjmayer <jmayer@f5534014-38df-0310-8fa8-9805f1628bb7>
Tue, 5 Sep 2006 12:04:46 +0000 (12:04 +0000)
committerjmayer <jmayer@f5534014-38df-0310-8fa8-9805f1628bb7>
Tue, 5 Sep 2006 12:04:46 +0000 (12:04 +0000)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@19151 f5534014-38df-0310-8fa8-9805f1628bb7

README.cmake

index af7695e7e4723562eeb5f9ee64f890727f646c47..1b8e7828ba2e4ed11a9ddd7a62b186dfa465ce0a 100644 (file)
@@ -19,6 +19,7 @@ How to get started with cmake?
 Why cmake?
 Why not cmake?
 What needs to be done?
+Links regarding cmake
 
 How to get started with cmake?
 ==============================
@@ -70,3 +71,23 @@ autofoo having been run before:
 
 All other tools and libs still need to be built.
 
+Links regarding cmake
+=====================
+The home page of the cmake project
+       http://www.cmake.org/
+
+The home page of the cmake project documentation
+       http://www.cmake.org/Wiki/CMake
+
+About cmake in general and why KDE4 uses it
+       http://lwn.net/Articles/188693/
+
+Introductory arcticle in Linux Journal
+       http://www.linuxjournal.com/node/6700/print
+
+Useful variables
+       http://www.cmake.org/Wiki/CMake_Useful_Variables
+
+cmake FAQ
+       http://www.cmake.org/Wiki/CMake_FAQ
+