Resync
[CMakeLuaTailorHgBridge.git] / CMakeLua / Modules / CMakeAddNewLanguage.txt
blob203c39dfe254df240eba1b6406599b95bd53a86b
1 CMakeDetermine(LANG)Compiler.cmake  -> this should find the compiler for LANG and configure CMake(LANG)Compiler.cmake.in
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
7 CMakeTest(LANG)Compiler.cmake -> test the compiler and set:
8     SET(CMAKE_(LANG)_COMPILER_WORKS 1 CACHE INTERNAL "")
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