diff options
author | Eran Ifrah <eran.ifrah@gmail.com> | 2014-01-10 07:20:11 (GMT) |
---|---|---|
committer | Eran Ifrah <eran.ifrah@gmail.com> | 2014-01-10 07:20:11 (GMT) |
commit | 0c4e8c70a0449bde505d696d120ac0ef207f92a5 (patch) | |
tree | 67a60a7c32db82fc8159739c48e1cee3a2963f7e /Source/CMakeLists.txt | |
parent | 00f53bc260ae7febd13616b1843b241dc3c07966 (diff) | |
download | CMake-0c4e8c70a0449bde505d696d120ac0ef207f92a5.zip CMake-0c4e8c70a0449bde505d696d120ac0ef207f92a5.tar.gz CMake-0c4e8c70a0449bde505d696d120ac0ef207f92a5.tar.bz2 |
Add support for codelite IDE project fles
Diffstat (limited to 'Source/CMakeLists.txt')
-rw-r--r-- | Source/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/CMakeLists.txt b/Source/CMakeLists.txt index 3c944fb..dbb922d 100644 --- a/Source/CMakeLists.txt +++ b/Source/CMakeLists.txt @@ -186,6 +186,8 @@ set(SRCS cmExportSetMap.cxx cmExtraCodeBlocksGenerator.cxx cmExtraCodeBlocksGenerator.h + cmExtraCodeLiteGenerator.cxx + cmExtraCodeLiteGenerator.h cmExtraEclipseCDT4Generator.cxx cmExtraEclipseCDT4Generator.h cmExtraKateGenerator.cxx |