File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed
Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -5,15 +5,21 @@ set(CMAKE_EXPORT_COMPILE_COMMANDS on)
55set (CMAKE_CXX_STANDARD 17)
66set (CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_SOURCE_DIR} /cmake/Modules/" )
77
8- add_executable (gebaard src/main.cpp src/io/input .cpp src/io/input .h src/config/config.cpp src/config/config.h src/daemonizer.cpp src/daemonizer.h)
8+ add_executable (gebaard
9+ src/main.cpp
10+ src/io/input .cpp
11+ src/io/input .h
12+ src/config/config.cpp
13+ src/config/config.h
14+ src/daemonizer.cpp
15+ src/daemonizer.h)
916
1017find_package (PkgConfig)
1118if (PKG_CONFIG_FOUND)
1219 pkg_search_module(LIBINPUT REQUIRED libinput)
1320endif ()
1421
1522find_package (udev)
16- find_package (spdlog)
1723
1824target_link_libraries (gebaard ${LIBINPUT_LIBRARIES} ${UDEV_LIBRARIES} stdc++fs)
1925target_include_directories (gebaard PUBLIC ${LIBINPUT_INCLUDE_DIRS} ${UDEV_INCLUDE_DIRS} libs/cxxopts/include libs/cpptoml/include )
Original file line number Diff line number Diff line change 11Gebaar
22=========
3+ [ ![ Gitter chat] ( https://badges.gitter.im/gebaar-libinput/community.png )] ( https://gitter.im/gebaar-libinput/community )
34
45WM Independent Touchpad Gesture Daemon for libinput
56
You can’t perform that action at this time.
0 commit comments