mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 17:34:57 +00:00
[WDMAUD.DRV] You don't deserve PCH.
svn path=/trunk/; revision=69886
This commit is contained in:
parent
7031914e90
commit
a4f40a675a
1 changed files with 2 additions and 1 deletions
|
@ -28,5 +28,6 @@ if(CMAKE_C_COMPILER_ID STREQUAL "Clang")
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
add_importlibs(wdmaud.drv user32 winmm advapi32 msvcrt setupapi ksuser kernel32 ntdll)
|
add_importlibs(wdmaud.drv user32 winmm advapi32 msvcrt setupapi ksuser kernel32 ntdll)
|
||||||
add_pch(wdmaud.drv wdmaud.h SOURCE)
|
# FIXME: Address mmebuddy.h reliance on NDEBUG
|
||||||
|
#add_pch(wdmaud.drv wdmaud.h SOURCE)
|
||||||
add_cd_file(TARGET wdmaud.drv DESTINATION reactos/system32 FOR all)
|
add_cd_file(TARGET wdmaud.drv DESTINATION reactos/system32 FOR all)
|
||||||
|
|
Loading…
Reference in a new issue