summaryrefslogtreecommitdiffhomepage
path: root/tracker-hatire/CMakeLists.txt
blob: 3943172489b1ace982a93526a879c4920b4be660 (plain)
1
2
3
4
5
if(Qt5SerialPort_FOUND)
    otr_module(tracker-hatire)
    target_link_libraries(opentrack-tracker-hatire ${Qt5SerialPort_LIBRARIES})
    target_include_directories(opentrack-tracker-hatire SYSTEM PUBLIC ${Qt5SerialPort_INCLUDE_DIRS})
endif()