mirror of https://github.com/Kitware/CMake.git
Browse Source
Port CMake from cmIML to KWIML
Port CMake from cmIML to KWIML
KWIML no longer uses a configured prefix.pull/205/head

14 changed files with 50 additions and 51 deletions
-
6CMakeLists.txt
-
2CTestCustom.cmake.in
-
4Source/cmAlgorithms.h
-
11Source/cmELF.cxx
-
4Source/cmFileCommand.cxx
-
2Source/cmFindPackageCommand.h
-
4Source/cmLocalGenerator.cxx
-
4Source/cmLocalGenerator.h
-
2Source/cmStandardIncludes.h
-
2Source/cmVersion.h
-
13Source/cm_sha2.c
-
10Source/cm_sha2.h
-
18Utilities/cm_kwiml.h
-
19bootstrap
@ -0,0 +1,18 @@ |
|||
/*============================================================================ |
|||
CMake - Cross Platform Makefile Generator |
|||
Copyright 2000-2015 Kitware, Inc., Insight Software Consortium |
|||
|
|||
Distributed under the OSI-approved BSD License (the "License"); |
|||
see accompanying file Copyright.txt for details. |
|||
|
|||
This software is distributed WITHOUT ANY WARRANTY; without even the |
|||
implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. |
|||
See the License for more information. |
|||
============================================================================*/ |
|||
#ifndef cm_kwiml_h |
|||
#define cm_kwiml_h |
|||
|
|||
#include "KWIML/include/kwiml/abi.h" |
|||
#include "KWIML/include/kwiml/int.h" |
|||
|
|||
#endif |
Write
Preview
Loading…
Cancel
Save
Reference in new issue