mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 09:25:10 +00:00
[DSOUND]
Fix version.rc inclusion. svn path=/trunk/; revision=60483
This commit is contained in:
parent
a9e0120a16
commit
5dafa70a30
1 changed files with 2 additions and 1 deletions
|
@ -18,9 +18,10 @@ add_library(dsound SHARED
|
|||
primary.c
|
||||
propset.c
|
||||
sound3d.c
|
||||
version.rc
|
||||
${CMAKE_CURRENT_BINARY_DIR}/dsound.def)
|
||||
|
||||
set_module_type(dsound win32dll version.rc)
|
||||
set_module_type(dsound win32dll)
|
||||
target_link_libraries(dsound dxguid uuid wine)
|
||||
add_importlibs(dsound ole32 advapi32 user32 msvcrt kernel32 ntdll)
|
||||
add_cd_file(TARGET dsound DESTINATION reactos/system32 FOR all)
|
||||
|
|
Loading…
Reference in a new issue