reactos/sdk/cmake
Jérôme Gardou ba74a05a17 [PSEH] Add implementation for GCC amd64
Also, put include directory next to the library and use
target_include_directories(.. INTERFACE ..) to get this right.
This is because :
 - Having includes & implementation in two different places buggers me
 - This makes sure that there is no "if it compiles everything is fine" behaviour from anyone
   because now even static libraries need it for GCC amd64 build
Also add __USE_PSEH2__ define for the non SEH-aware compilers out there and use it in a few headers
where we define macros involving __try
2021-04-28 13:10:23 +02: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] config.cmake: Fix 'STEQUAL' typo, in a comment 2021-04-27 10:36:54 +03:00
gcc.cmake [CMAKE] Fix compilation with newer windres versions 2021-04-27 11:54:12 +02:00
host-tools.cmake [PSEH] Add implementation for GCC amd64 2021-04-28 13:10:23 +02:00
host-tools.in Rework host tools 2019-08-17 17:39:31 +02:00
init-section.lds [CMAKE:GCC] Enforce file alignment on driver & kernel images 2021-04-28 13:10:23 +02:00
localization.cmake Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys. 2017-10-03 07:45:34 +00:00
midl-support.cmake Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys. 2017-10-03 07:45:34 +00:00
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 Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys. 2017-10-03 07:45:34 +00:00