hanchenye-llvm-project/lldb/cmake/modules
Adrian McCarthy f141de5bc9 Fix windows-x86-debug compilation with python enabled using multi-target generator
[Patch by Leonid Mashinskiy]

Visual Studio CMake generator is multi-target and does not define
CMAKE_BUILD_TYPE, so Debug build on VS was failing due selection of release
python library. This patch reverts back some of latest changes and fixes
building by raw VS using CMake expression generators.

Differential Revision: https://reviews.llvm.org/D66994

llvm-svn: 371090
2019-09-05 17:22:30 +00:00
..
AddLLDB.cmake [lldb][CMake] Fix framework-enabled build detail for Xcode 2019-07-25 10:47:49 +00:00
FindLibEdit.cmake
LLDBConfig.cmake Fix windows-x86-debug compilation with python enabled using multi-target generator 2019-09-05 17:22:30 +00:00
LLDBFramework.cmake [CMake] Polish folders in generated Xcode project 2019-07-18 16:44:45 +00:00
LLDBGenerateConfig.cmake Detect HAVE_SYS_TYPES_H in lldb 2019-08-07 06:15:01 +00:00
LLDBStandalone.cmake [CMake] Move project() call to main CMake file 2019-07-29 23:09:31 +00:00
debugserverConfig.cmake