CMakeLists: Forgot I wasn't in Vim
Signed-off-by: Gabriel Ravier <gabravier@gmail.com>
This commit is contained in:
parent
4b10fc28b4
commit
e05fef85fa
1 changed files with 1 additions and 1 deletions
|
@ -248,7 +248,7 @@ set_target_properties(CSE2 PROPERTIES
|
|||
target_link_libraries(CSE2 PRIVATE ddraw dsound version shlwapi imm32 winmm dxguid gdi32)
|
||||
|
||||
# Newer MSVC is missing `dinput.lib`
|
||||
if(MSVC AND NOT (MSVC_VERSION LESS 1500)):wq
|
||||
if(MSVC AND NOT (MSVC_VERSION LESS 1500))
|
||||
target_link_libraries(CSE2 PRIVATE dinput8)
|
||||
else()
|
||||
target_link_libraries(CSE2 PRIVATE dinput)
|
||||
|
|
Loading…
Add table
Reference in a new issue