qt5base-lts/cmake/FindTslib.cmake
Albert Astals Cid f18db41f85 cmake: Find tslib and build the tslib plugin if found
Change-Id: I7119ddf473a3ede29bbfef23cffb08a4fcbd5681
Reviewed-by: Tobias Hunger <tobias.hunger@qt.io>
2019-02-11 17:16:17 +00:00

4 lines
72 B
CMake

find_package(PkgConfig)
pkg_check_modules(Tslib tslib IMPORTED_TARGET)