summaryrefslogtreecommitdiffhomepage
path: root/tracker-hatire/CMakeLists.txt
blob: 01dd52b97603bdeb7d625714184bda49c8e9293a (plain)
1
2
3
4
5
6
7
8
if(Qt5SerialPort_FOUND)
    otr_module(tracker-hatire)
    target_link_libraries(${self} ${Qt5SerialPort_LIBRARIES})
    target_include_directories(${self} SYSTEM PUBLIC ${Qt5SerialPort_INCLUDE_DIRS})
    if (WIN32 OR APPLE)
        otr_install_lib(Qt5::SerialPort .)
    endif()
endif()