Przeglądaj źródła

Need to add Xcursor to linker?

Thomas Edvalson 12 lat temu
rodzic
commit
a226dc57bf
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      src/citra/CMakeLists.txt

+ 1 - 1
src/citra/CMakeLists.txt

@@ -7,6 +7,6 @@ if (NOT X11_xf86vmode_LIB)
 endif()
 
 add_executable(citra ${SRCS})
-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})