summaryrefslogtreecommitdiffhomepage
path: root/qxt-mini/CMakeLists.txt
blob: cf8b14a0492e748f6ab2ebb0e8a91bd73aa12732 (plain)
1
2
3
4
5
6
7
8
9
if(UNIX OR APPLE)
    opentrack_boilerplate(opentrack-qxt-mini NO-COMPAT)
    if(NOT APPLE)
        target_link_libraries(opentrack-qxt-mini X11)
    else()
        set_target_properties(opentrack-qxt-mini PROPERTIES LINK_FLAGS
            "-framework Carbon -framework CoreFoundation")
    endif()
endif()