summaryrefslogtreecommitdiffhomepage
path: root/dinput/CMakeLists.txt
blob: 865c92cb2cdb7c9c24c3256531973bdbd3cb07c8 (plain)
1
2
3
4
if(WIN32)
    otr_module(dinput BIN)
    target_link_libraries(opentrack-dinput dinput8 dxguid)
endif()