]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Small doc
authorhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 17 Nov 2009 12:28:57 +0000 (12:28 +0000)
committerhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 17 Nov 2009 12:28:57 +0000 (12:28 +0000)
README_CMake [new file with mode: 0644]

diff --git a/README_CMake b/README_CMake
new file mode 100644 (file)
index 0000000..b8e0180
--- /dev/null
@@ -0,0 +1,7 @@
+
+You have to pass in the cmake step some parameter to the script
+otherwise the CMakeLists.txt in the subdirectories are not created.
+
+   cmake <path_to_source> -DGENERATE_FILES=TRUE
+
+   is the correct command.