mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 05:51:44 +00:00
[CMAKE] Temporarly disable pch in some modules to fix travis-ci
Problem appeared after 09c4d0a74b
This commit is contained in:
parent
902b86eecf
commit
11d11cf6d0
7 changed files with 7 additions and 7 deletions
|
@ -38,5 +38,5 @@ set_module_type(d3dcompiler_43 win32dll)
|
|||
target_link_libraries(d3dcompiler_43 dx10guid uuid wine wpp)
|
||||
add_importlibs(d3dcompiler_43 msvcrt kernel32 ntdll)
|
||||
add_dependencies(d3dcompiler_43 d3d_idl_headers)
|
||||
add_pch(d3dcompiler_43 precomp.h SOURCE)
|
||||
#add_pch(d3dcompiler_43 precomp.h SOURCE)
|
||||
add_cd_file(TARGET d3dcompiler_43 DESTINATION reactos/system32 FOR all)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue