diff options
| author | 2014-04-29 19:27:01 -0700 | |
|---|---|---|
| committer | 2014-04-29 19:27:01 -0700 | |
| commit | 52377cf0d2e29143717898e82f09349d417da1a0 (patch) | |
| tree | 65568906f56f3470b5b29c3106b1e244584b99d9 /src/citra | |
| parent | Merge commit upstream/master into issue-7-fix (diff) | |
| download | yuzu-52377cf0d2e29143717898e82f09349d417da1a0.tar.gz yuzu-52377cf0d2e29143717898e82f09349d417da1a0.tar.xz yuzu-52377cf0d2e29143717898e82f09349d417da1a0.zip | |
Some more experimentation
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 ca272249f..25f476895 100644 --- a/src/citra/CMakeLists.txt +++ b/src/citra/CMakeLists.txt | |||
| @@ -9,6 +9,6 @@ if (NOT X11_xf86vmode_LIB) | |||
| 9 | endif() | 9 | endif() |
| 10 | 10 | ||
| 11 | add_executable(citra ${SRCS} ${HEADS}) | 11 | add_executable(citra ${SRCS} ${HEADS}) |
| 12 | 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}) | 12 | target_link_libraries(citra core common video_core iconv pthread ${COREFOUNDATION_LIBRARY} ${OPENGL_LIBRARIES} ${GLEW_LIBRARY} ${GLFW_LIBRARIES}) |
| 13 | 13 | ||
| 14 | #install(TARGETS citra RUNTIME DESTINATION ${bindir}) | 14 | #install(TARGETS citra RUNTIME DESTINATION ${bindir}) |