mirror of
https://github.com/reactos/reactos.git
synced 2025-08-02 05:25:48 +00:00
[REACTOS] Explicitly link against pseh & include pseh headers in a few places
This commit is contained in:
parent
37bc01f42b
commit
e470b58376
50 changed files with 103 additions and 23 deletions
|
@ -9,3 +9,5 @@ target_include_directories(atl_classes INTERFACE
|
|||
|
||||
target_compile_definitions(atl_classes INTERFACE
|
||||
"$<$<AND:$<COMPILE_LANGUAGE:CXX>,$<NOT:$<BOOL:$<TARGET_PROPERTY:WITH_CXX_EXCEPTIONS>>>>:_ATL_NO_EXCEPTIONS>")
|
||||
|
||||
target_link_libraries(atl_classes INTERFACE pseh)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue