Mouse emulation support for evdev

This commit is contained in:
TheChoconut
2021-08-03 11:43:26 +02:00
committed by Cameron Gutman
parent 3a63466fe2
commit 469b2ed866
2 changed files with 98 additions and 3 deletions

View File

@@ -59,6 +59,7 @@ include_directories("${PROJECT_BINARY_DIR}")
add_subdirectory(libgamestream)
add_executable(moonlight ${SRC_LIST})
target_link_libraries(moonlight m)
target_link_libraries(moonlight gamestream)
if (CEC_FOUND)