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.
|
set(QS_SOURCES_ADB
|
|
adbprocess.h
|
|
adbprocess.cpp
|
|
)
|
|
|
|
add_library(adb ${QS_SOURCES_ADB})
|
|
target_include_directories(adb PUBLIC ${CMAKE_CURRENT_SOURCE_DIR})
|
|
target_link_libraries(adb PRIVATE
|
|
Qt${QT_VERSION_MAJOR}::Widgets
|
|
util
|
|
)
|