CMakeLists: Reverted random comment change from 593315eb
Signed-off-by: Gabriel Ravier <gabravier@gmail.com>
This commit is contained in:
parent
593315eb53
commit
181ecc3ec2
1 changed files with 1 additions and 1 deletions
|
@ -247,7 +247,7 @@ set_target_properties(CSE2 PROPERTIES
|
||||||
# Link libraries
|
# Link libraries
|
||||||
target_link_libraries(CSE2 PRIVATE ddraw dsound version shlwapi imm32 winmm dxguid gdi32)
|
target_link_libraries(CSE2 PRIVATE ddraw dsound version shlwapi imm32 winmm dxguid gdi32)
|
||||||
|
|
||||||
# Newer MSVC is missing `dinput.lib`, we need to use `dinput8.lib`
|
# Newer MSVC is missing `dinput.lib`
|
||||||
if(MSVC AND MSVC_VERSION GREATER_EQUAL 1500)
|
if(MSVC AND MSVC_VERSION GREATER_EQUAL 1500)
|
||||||
target_link_libraries(CSE2 PRIVATE dinput8)
|
target_link_libraries(CSE2 PRIVATE dinput8)
|
||||||
else()
|
else()
|
||||||
|
|
Loading…
Add table
Reference in a new issue