4 lines
74 B
CMake
4 lines
74 B
CMake
|
include(FindPkgConfig)
|
||
|
|
||
|
pkg_check_modules(ATSPI2 atspi-2 IMPORTED_TARGET)
|