diff options
| author | 2014-04-28 11:57:12 -0400 | |
|---|---|---|
| committer | 2014-04-28 11:57:12 -0400 | |
| commit | d45b14fc66b129eead6125ee549131182eb28374 (patch) | |
| tree | db7d870e59d04ddfb21f5bfd3919c2a364da4da5 /src | |
| parent | added virtual address conversion for firmware FW0B (diff) | |
| parent | Need to add Xcursor to linker? (diff) | |
| download | yuzu-d45b14fc66b129eead6125ee549131182eb28374.tar.gz yuzu-d45b14fc66b129eead6125ee549131182eb28374.tar.xz yuzu-d45b14fc66b129eead6125ee549131182eb28374.zip | |
Merge pull request #5 from cpp3ds/master
Travis CI script
Diffstat (limited to 'src')
| -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 0023da2bf..147f51e94 100644 --- a/src/citra/CMakeLists.txt +++ b/src/citra/CMakeLists.txt | |||
| @@ -7,6 +7,6 @@ if (NOT X11_xf86vmode_LIB) | |||
| 7 | endif() | 7 | endif() |
| 8 | 8 | ||
| 9 | add_executable(citra ${SRCS}) | 9 | add_executable(citra ${SRCS}) |
| 10 | target_link_libraries(citra core common video_core GLEW pthread X11 Xxf86vm Xi ${OPENGL_LIBRARIES} ${GLFW_LIBRARIES} rt ${X11_Xrandr_LIB} ${X11_xv86vmode_LIB}) | 10 | 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}) |
| 11 | 11 | ||
| 12 | #install(TARGETS citra RUNTIME DESTINATION ${bindir}) | 12 | #install(TARGETS citra RUNTIME DESTINATION ${bindir}) |