summaryrefslogtreecommitdiffstats
path: root/Tests/README
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2012-08-31 11:24:53 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2012-08-31 11:24:53 (GMT)
commit25b0d94678a99616d108ad9e93574b55f1d14e28 (patch)
treee1f6f872a0748dc26f804ee038fbaa761a3bf9e2 /Tests/README
parent4bc8879e847fcad84926828b57c740910a327f33 (diff)
parent16fa7b73958ca52bebd0d3a2dd6374bd391ed64d (diff)
downloadCMake-25b0d94678a99616d108ad9e93574b55f1d14e28.zip
CMake-25b0d94678a99616d108ad9e93574b55f1d14e28.tar.gz
CMake-25b0d94678a99616d108ad9e93574b55f1d14e28.tar.bz2
Merge topic 'msvc-compiler-info'
16fa7b7 VS: Fix MSVC_IDE definition recently broken by refactoring
Diffstat (limited to 'Tests/README')
0 files changed, 0 insertions, 0 deletions
GS}) set(CMAKE_SHARED_MODULE_CREATE_CSharp_FLAGS ${CMAKE_SHARED_LIBRARY_CREATE_CSharp_FLAGS}) endif() # add the flags to the cache based # on the initial values computed in the platform/*.cmake files # use _INIT variables so that this only happens the first time # and you can set these flags in the cmake cache set(CMAKE_CSharp_FLAGS_INIT "$ENV{CSFLAGS} ${CMAKE_CSharp_FLAGS_INIT}") cmake_initialize_per_config_variable(CMAKE_CSharp_FLAGS "Flags used by the C# compiler") if(CMAKE_CSharp_STANDARD_LIBRARIES_INIT) set(CMAKE_CSharp_STANDARD_LIBRARIES "${CMAKE_CSharp_STANDARD_LIBRARIES_INIT}" CACHE STRING "Libraries linked by default with all C# applications.") mark_as_advanced(CMAKE_CSharp_STANDARD_LIBRARIES) endif() # set missing flags (if they are not defined). This is needed in the # unlikely case that you have only C# and no C/C++ targets in your # project. cmake_initialize_per_config_variable(CMAKE_EXE_LINKER_FLAGS "Flags used by the linker") cmake_initialize_per_config_variable(CMAKE_SHARED_LINKER_FLAGS "Flags used by the linker during the creation of shared libraries") set(CMAKE_CSharp_CREATE_SHARED_LIBRARY "CSharp_NO_CREATE_SHARED_LIBRARY") set(CMAKE_CSharp_CREATE_SHARED_MODULE "CSharp_NO_CREATE_SHARED_MODULE") set(CMAKE_CSharp_LINK_EXECUTABLE "CSharp_NO_LINK_EXECUTABLE") set(CMAKE_CSharp_USE_RESPONSE_FILE_FOR_OBJECTS 1) set(CMAKE_CSharp_INFORMATION_LOADED 1)