~jeanbernard/quickly/AdditionalTemplates

« back to all changes in this revision

Viewing changes to data/templates/cmake-cpp/internal/templatelist.py

  • Committer: canard
  • Date: 2010-02-23 08:44:39 UTC
  • Revision ID: canard@myriam-20100223084439-33ezik8ey2tfl3pd
Added more flexible source template system.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/usr/bin/env python
 
2
# -*- coding: utf-8 -*-
 
3
 
 
4
cmakeFiles["Main"] = "CMakeListsMainDir.tmpl","CMakeLists.txt","/"
 
5
cmakeFiles["MainSrc"] = "CMakeListsSrc.tmpl","CMakeLists.txt","/src/"
 
6
cmakeFiles["Version"] = "version.tmpl","version.cmake","/"
 
7
 
 
8
cppFiles["Main"] = "MainCpp.tmpl","Main.cpp","/src/"