mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 20:33:22 +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-")
|
add_compile_flags("/Zc:wchar_t-")
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
# framedyn is skipped in the clang-cl build
|
||||||
|
if(NOT USE_CLANG_CL)
|
||||||
|
|
||||||
add_library(dllimport_test SHARED dllimport_framedyn.cpp)
|
add_library(dllimport_test SHARED dllimport_framedyn.cpp)
|
||||||
set_module_type(dllimport_test module)
|
set_module_type(dllimport_test module)
|
||||||
add_importlibs(dllimport_test framedyn)
|
add_importlibs(dllimport_test framedyn)
|
||||||
|
@ -34,3 +37,5 @@ add_importlibs(dllimport_test framedyn)
|
||||||
if(NOT MSVC)
|
if(NOT MSVC)
|
||||||
target_link_libraries(dllimport_test framedynex)
|
target_link_libraries(dllimport_test framedynex)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
endif()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue