Imported Upstream version 2.8.9
[platform/upstream/cmake.git] / Modules / CMakeAddNewLanguage.txt
1 CMakeDetermine(LANG)Compiler.cmake  -> this should find the compiler for LANG and configure CMake(LANG)Compiler.cmake.in
2
3 CMake(LANG)Compiler.cmake.in  -> used by CMakeDetermine(LANG)Compiler.cmake
4     This file is used to store compiler information and is copied down into try 
5     compile directories so that try compiles do not need to re-determine and test the LANG
6
7 CMakeTest(LANG)Compiler.cmake -> test the compiler and set:
8     SET(CMAKE_(LANG)_COMPILER_WORKS 1 CACHE INTERNAL "")
9
10 CMake(LANG)Information.cmake  -> set up rule variables for LANG :
11    CMAKE_(LANG)_CREATE_SHARED_LIBRARY
12    CMAKE_(LANG)_CREATE_SHARED_MODULE
13    CMAKE_(LANG)_CREATE_STATIC_LIBRARY
14    CMAKE_(LANG)_COMPILE_OBJECT
15    CMAKE_(LANG)_LINK_EXECUTABLE
16
17