mirror of
https://github.com/reactos/reactos.git
synced 2025-07-24 18:43:37 +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
|
@ -42,5 +42,5 @@ set_module_type(vbscript win32dll)
|
|||
target_link_libraries(vbscript uuid wine)
|
||||
add_importlibs(vbscript oleaut32 ole32 user32 msvcrt kernel32 ntdll)
|
||||
add_dependencies(vbscript vbscript_idlheader stdole2)
|
||||
add_pch(vbscript precomp.h SOURCE)
|
||||
#add_pch(vbscript precomp.h SOURCE)
|
||||
add_cd_file(TARGET vbscript DESTINATION reactos/system32 FOR all)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue