Skip to content

Commit

Permalink
chore: nitpick
Browse files Browse the repository at this point in the history
  • Loading branch information
Hazer committed May 30, 2024
1 parent 39c6968 commit 0c78c68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/compile_definitions/linux.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ endif()
if(${SUNSHINE_USE_LEGACY_INPUT}) # TODO: Remove this legacy option after the next stable release
list(APPEND PLATFORM_TARGET_FILES "${CMAKE_SOURCE_DIR}/src/platform/linux/input/legacy_input.cpp")
else()
add_subdirectory("${CMAKE_SOURCE_DIR}/third-party/inputtino/")
add_subdirectory("${CMAKE_SOURCE_DIR}/third-party/inputtino")
list(APPEND SUNSHINE_EXTERNAL_LIBRARIES inputtino::libinputtino)
list(APPEND PLATFORM_TARGET_FILES
"${CMAKE_SOURCE_DIR}/src/platform/linux/input/inputtino_common.h"
Expand Down

0 comments on commit 0c78c68

Please sign in to comment.