reactos/sdk/cmake
Victor Perevertkin d10728a645
[CMAKE] Rely less on CMAKE_BUILD_TYPE variable
Having conditional statements with CMAKE_BUILD_TYPE is an antipattern
See https://stackoverflow.com/questions/66079007/having-conditional-statements-on-build-type-variable-a-good-design

We use both single- and multi-config generators (Ninja and VS), so we
can't really rely on CMAKE_BUILD_TYPE, because it's not always set.

This commit alters some conditional flags to use <$CONFIG:...>
generator expression, but is still not complete. Also, our default
optimization level (4) now has what was always a de-facto flags
2021-04-15 06:44:56 +03:00
..
baseaddress.cmake [CMAKE] Update baseaddresses with gcc 8.3 2019-12-27 19:52:21 +01:00
baseaddress_dwarf.cmake [CMAKE] Update baseaddresses with gcc 8.3 2019-12-27 19:52:21 +01:00
baseaddress_msvc.cmake [CMAKE] Update baseaddresses with gcc 8.3 2019-12-27 19:52:21 +01:00
baseaddress_msvc_x64.cmake [CMAKE] Add baseaddress_msvc_x64.cmake 2020-09-20 23:08:17 +02:00
CMakeMacros.cmake [BOOTDATA][CMAKE] Sort 2 directories out 2021-04-12 17:40:18 +02:00
compilerflags.cmake [CMAKE] Get rid of add_compile_flags 2020-10-20 21:44:54 +02:00
config.cmake [CMAKE] Unify configs for architectures 2021-04-15 06:44:52 +03:00
gcc.cmake [CMAKE] Unify configs for architectures 2021-04-15 06:44:52 +03:00
host-tools.cmake [CMAKE] Fix host-tools path for MSVC IDE 2021-01-08 21:12:11 +01:00
host-tools.in Rework host tools 2019-08-17 17:39:31 +02:00
init-section.lds [CMAKE] Put .rsrc section after the INIT section on drivers, like link.exe does 2021-03-23 11:18:43 +01:00
localization.cmake
midl-support.cmake
msvc.cmake [CMAKE] Rely less on CMAKE_BUILD_TYPE variable 2021-04-15 06:44:56 +03:00
widl-support.cmake [VMAKE/WIDL] Properly fix build (try 3) 2020-11-20 19:57:48 +01:00
writing_CmakeLists_for_ReactOS.txt