[Ktutorial-commits] SF.net SVN: ktutorial:[102] trunk/ktutorial/ktutorial-library/src/ CMakeLists.t
Status: Alpha
Brought to you by:
danxuliu
From: <dan...@us...> - 2010-02-24 02:51:18
|
Revision: 102 http://ktutorial.svn.sourceforge.net/ktutorial/?rev=102&view=rev Author: danxuliu Date: 2010-02-24 02:51:12 +0000 (Wed, 24 Feb 2010) Log Message: ----------- Order alphabetically WaitFor files in CMakeLists.txt. Modified Paths: -------------- trunk/ktutorial/ktutorial-library/src/CMakeLists.txt Modified: trunk/ktutorial/ktutorial-library/src/CMakeLists.txt =================================================================== --- trunk/ktutorial/ktutorial-library/src/CMakeLists.txt 2010-02-24 02:24:04 UTC (rev 101) +++ trunk/ktutorial/ktutorial-library/src/CMakeLists.txt 2010-02-24 02:51:12 UTC (rev 102) @@ -15,9 +15,9 @@ Tutorial.cpp TutorialInformation.cpp TutorialManager.cpp + WaitFor.cpp WaitForAnd.cpp WaitForComposed.cpp - WaitFor.cpp WaitForNot.cpp WaitForOr.cpp WaitForSignal.cpp @@ -39,9 +39,9 @@ Tutorial.h TutorialInformation.h TutorialManager.h + WaitFor.h WaitForAnd.h WaitForComposed.h - WaitFor.h WaitForNot.h WaitForOr.h WaitForSignal.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |