mirror of
https://github.com/reactos/reactos.git
synced 2025-04-27 00:50:23 +00:00
[DLLIMPORT_TEST] Skip this module in the clang-cl build until framedyn is back in it. CORE-11799
This commit is contained in:
parent
10f3006978
commit
ed3bdb44f5
1 changed files with 5 additions and 0 deletions
|
@ -27,6 +27,9 @@ if(MSVC)
|
|||
add_compile_flags("/Zc:wchar_t-")
|
||||
endif()
|
||||
|
||||
# framedyn is skipped in the clang-cl build
|
||||
if(NOT USE_CLANG_CL)
|
||||
|
||||
add_library(dllimport_test SHARED dllimport_framedyn.cpp)
|
||||
set_module_type(dllimport_test module)
|
||||
add_importlibs(dllimport_test framedyn)
|
||||
|
@ -34,3 +37,5 @@ add_importlibs(dllimport_test framedyn)
|
|||
if(NOT MSVC)
|
||||
target_link_libraries(dllimport_test framedynex)
|
||||
endif()
|
||||
|
||||
endif()
|
||||
|
|
Loading…
Reference in a new issue