mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 10:03:26 +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
|
@ -57,5 +57,5 @@ add_dependencies(jscript jscript_idlheader stdole2)
|
|||
set_module_type(jscript win32dll)
|
||||
target_link_libraries(jscript uuid wine)
|
||||
add_importlibs(jscript user32 ole32 oleaut32 advapi32 msvcrt kernel32 ntdll)
|
||||
add_pch(jscript precomp.h SOURCE)
|
||||
#add_pch(jscript precomp.h SOURCE)
|
||||
add_cd_file(TARGET jscript DESTINATION reactos/system32 FOR all)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue