mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 18:15:11 +00:00
[APITESTS] Do not compile SEH tests in when using dummy PSEH
This commit is contained in:
parent
003ad0ec07
commit
cb196d1e39
1 changed files with 3 additions and 1 deletions
|
@ -13,7 +13,9 @@ add_subdirectory(browseui)
|
|||
add_subdirectory(cmd)
|
||||
add_subdirectory(com)
|
||||
add_subdirectory(comctl32)
|
||||
add_subdirectory(compiler)
|
||||
if (NOT USE_DUMMY_PSEH)
|
||||
add_subdirectory(compiler)
|
||||
endif()
|
||||
add_subdirectory(crt)
|
||||
add_subdirectory(dbghelp)
|
||||
add_subdirectory(dciman32)
|
||||
|
|
Loading…
Reference in a new issue