[Ktutorial-commits] SF.net SVN: ktutorial:[326] trunk/ktutorial/CMakeLists.txt
Status: Alpha
Brought to you by:
danxuliu
From: <dan...@us...> - 2011-06-17 01:47:01
|
Revision: 326 http://ktutorial.svn.sourceforge.net/ktutorial/?rev=326&view=rev Author: danxuliu Date: 2011-06-17 01:46:54 +0000 (Fri, 17 Jun 2011) Log Message: ----------- Fix build order: the library must be built before the editor. Modified Paths: -------------- trunk/ktutorial/CMakeLists.txt Modified: trunk/ktutorial/CMakeLists.txt =================================================================== --- trunk/ktutorial/CMakeLists.txt 2011-06-13 19:49:21 UTC (rev 325) +++ trunk/ktutorial/CMakeLists.txt 2011-06-17 01:46:54 UTC (rev 326) @@ -4,6 +4,6 @@ enable_testing() +macro_optional_add_subdirectory(ktutorial-library) macro_optional_add_subdirectory(ktutorial-editor) -macro_optional_add_subdirectory(ktutorial-library) macro_optional_add_subdirectory(ktutorial-test-app) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |