blob: a73a471c80a7cda51300969bd44267bed118097b (
plain)
1
2
3
4
5
|
if(Qt5SerialPort_FOUND)
otr_module(tracker-hatire)
target_link_libraries(${self} ${Qt5SerialPort_LIBRARIES})
target_include_directories(${self} SYSTEM PUBLIC ${Qt5SerialPort_INCLUDE_DIRS})
endif()
|