mirror of
https://github.com/reactos/reactos.git
synced 2025-01-06 06:20:13 +00:00
[DINPUT]
* Add missing psdk dependency for the dinput data formats library. svn path=/trunk/; revision=58872
This commit is contained in:
parent
66773cd55c
commit
b74ef49f87
1 changed files with 1 additions and 0 deletions
|
@ -23,6 +23,7 @@ add_library(dinput SHARED
|
|||
${CMAKE_CURRENT_BINARY_DIR}/dinput.def)
|
||||
|
||||
add_library(dinput_data_formats data_formats.c)
|
||||
add_dependencies(dinput_data_formats psdk)
|
||||
set_module_type(dinput win32dll UNICODE)
|
||||
target_link_libraries(dinput dxguid uuid wine)
|
||||
add_importlibs(dinput comctl32 ole32 user32 advapi32 msvcrt kernel32 ntdll)
|
||||
|
|
Loading…
Reference in a new issue