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