summaryrefslogtreecommitdiffhomepage
path: root/tracker-wii/wiiyourself/CMakeLists.txt
blob: 91fa245a264e63276e01309387bff354c5cc4fb0 (plain)
1
2
3
4
5
6
7
if(WIN32)
    otr_module(wiiyourself STATIC NO-COMPAT NO-QT)
    target_link_libraries(${self} setupapi hid winmm)
    if(CMAKE_COMPILER_IS_CLANGXX OR CMAKE_COMPILER_IS_GNUCXX)
        target_compile_options(${self} PRIVATE -Wno-error)
    endif()
endif()