Remove useless dependency dxguid
This commit is contained in:
parent
2390253b3c
commit
85e0aac1e9
1 changed files with 1 additions and 1 deletions
|
@ -576,7 +576,7 @@ endif()
|
|||
if(WIN32)
|
||||
add_definitions(-DUSE_WIN32)
|
||||
set(stratagus_SRCS ${stratagus_SRCS} ${win32_SRCS})
|
||||
set(stratagus_LIBS ${stratagus_LIBS} dsound dxguid winmm ws2_32)
|
||||
set(stratagus_LIBS ${stratagus_LIBS} dsound winmm ws2_32)
|
||||
endif()
|
||||
|
||||
if (WIN32 AND MSVC)
|
||||
|
|
Loading…
Add table
Reference in a new issue