f233249207
Change-Id: I4d6f59d144910d2f194f73e3b9bc8a5cc6726bcd Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
6 lines
119 B
CMake
6 lines
119 B
CMake
include(FindPkgConfig)
|
|
|
|
if(NOT TARGET PkgConfig::ATSPI2)
|
|
pkg_check_modules(ATSPI2 atspi-2 IMPORTED_TARGET)
|
|
endif()
|