Changes between Version 4 and Version 5 of ProjectTemplate
- Timestamp:
- 07/07/09 19:04:54 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ProjectTemplate
v4 v5 41 41 }}} 42 42 43 If you chose the latter and you are using Mercurial 1.3 or later, you can set the {{{lemon}}} repository as a subrepository of your project: 44 45 {{{ 46 #!sh 47 echo 'lemon = lemon' > .hgsub 48 hg add .hgsub 49 hg ci -m'Add .hgsub' 50 }}} 51 52 For example this has the benefit that you can clone your project repository together with the {{{lemon}}} repository. 53 You can read more about subrepository support in Mercurial [http://mercurial.selenic.com/wiki/subrepos here]. 54 43 55 Then run CMAKE to create the makefiles and compile the code as usual. 44 56