* Add missing psdk dependency for the dinput data formats library.

svn path=/trunk/; revision=58872
This commit is contained in:
Amine Khaldi 2013-04-27 14:56:43 +00:00
parent 66773cd55c
commit b74ef49f87

View file

@ -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)