diff options
author | archshift <admin@archshift.com> | 2014-04-29 04:44:43 +0200 |
---|---|---|
committer | archshift <admin@archshift.com> | 2014-04-29 04:44:43 +0200 |
commit | 237d079aad97aefcddc991157bf3ac50aa64b7f6 (patch) | |
tree | cad4e7082fb3c97ecf9d8a6818722308154aa76a /src/citra | |
parent | IT'S ALIVE! (diff) | |
parent | added FAQ link to README.md (diff) | |
download | yuzu-237d079aad97aefcddc991157bf3ac50aa64b7f6.tar yuzu-237d079aad97aefcddc991157bf3ac50aa64b7f6.tar.gz yuzu-237d079aad97aefcddc991157bf3ac50aa64b7f6.tar.bz2 yuzu-237d079aad97aefcddc991157bf3ac50aa64b7f6.tar.lz yuzu-237d079aad97aefcddc991157bf3ac50aa64b7f6.tar.xz yuzu-237d079aad97aefcddc991157bf3ac50aa64b7f6.tar.zst yuzu-237d079aad97aefcddc991157bf3ac50aa64b7f6.zip |
Diffstat (limited to 'src/citra')
-rw-r--r-- | src/citra/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/citra/CMakeLists.txt b/src/citra/CMakeLists.txt index d7478a2d2..ca272249f 100644 --- a/src/citra/CMakeLists.txt +++ b/src/citra/CMakeLists.txt @@ -9,6 +9,6 @@ if (NOT X11_xf86vmode_LIB) endif() add_executable(citra ${SRCS} ${HEADS}) -target_link_libraries(citra core common video_core GLEW pthread X11 Xxf86vm Xi ${OPENGL_LIBRARIES} ${GLFW_LIBRARIES} rt ${X11_Xrandr_LIB} ${X11_xv86vmode_LIB}) +target_link_libraries(citra core common video_core GLEW pthread X11 Xxf86vm Xi Xcursor ${OPENGL_LIBRARIES} ${GLFW_LIBRARIES} rt ${X11_Xrandr_LIB} ${X11_xv86vmode_LIB}) #install(TARGETS citra RUNTIME DESTINATION ${bindir}) |