You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
305 B
15 lines
305 B
6 years ago
|
|
||
|
if (ANDROID)
|
||
|
add_library(qtandroidserialport
|
||
|
src/qserialport.cpp
|
||
|
src/qserialport_android.cpp
|
||
|
src/qserialportinfo.cpp
|
||
|
src/qserialportinfo_android.cpp
|
||
|
)
|
||
|
|
||
|
target_link_libraries(qtandroidserialport
|
||
|
)
|
||
|
|
||
|
target_include_directories(qtandroidserialport INTERFACE ${CMAKE_CURRENT_SOURCE_DIR})
|
||
|
endif()
|