[Kst] branches/work/kst/portto4/kst

Peter Kümmel syntheticpp at gmx.net
Mon Jan 10 12:15:54 CET 2011


SVN commit 1213427 by kuemmel:

cmake: some hints for the daily work

 M  +14 -1     INSTALL  


--- branches/work/kst/portto4/kst/INSTALL #1213426:1213427
@@ -80,9 +80,22 @@
 		cmake ..\kst\cmake -G"MinGW Makefiles"
 
 
-	Re-running cmake is simple: cmake .
+	Daily work:
 
+	* Re-running cmake is simple
+		cmake .
 
+	* Adding new files 
+		The cmake build system scans the directories, so no need to update any file,
+		just re-run cmake. Also the moccing rules are generated.
+
+	* Unused source code file
+		Because cmake scans the directories for *.cpp and *.h files it will also
+		add files to the build system which are not mentioned to build. To exclude
+		them change their ending and re-run cmake.
+
+
+
 Options
 -------
 


More information about the Kst mailing list