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.
tuxedo-touchpad-switch/CMakeLists.txt

9 lines
298 B

cmake_minimum_required(VERSION 3.6)
4 years ago
project(tuxedo-touchpad-switch)
find_package(PkgConfig REQUIRED)
4 years ago
pkg_check_modules(deps REQUIRED IMPORTED_TARGET gio-2.0 udev)
4 years ago
add_executable(tuxedo-touchpad-switch tuxedo-touchpad-switch.cpp)
4 years ago
target_link_libraries(tuxedo-touchpad-switch udev PkgConfig::deps)