diff options
Diffstat (limited to 'src/citra/CMakeLists.txt')
| -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 e7f8a17f9..b9abb818e 100644 --- a/src/citra/CMakeLists.txt +++ b/src/citra/CMakeLists.txt | |||
| @@ -17,7 +17,7 @@ include_directories(${GLFW_INCLUDE_DIRS}) | |||
| 17 | link_directories(${GLFW_LIBRARY_DIRS}) | 17 | link_directories(${GLFW_LIBRARY_DIRS}) |
| 18 | 18 | ||
| 19 | add_executable(citra ${SRCS} ${HEADERS}) | 19 | add_executable(citra ${SRCS} ${HEADERS}) |
| 20 | target_link_libraries(citra core video_core common) | 20 | target_link_libraries(citra core video_core audio_core common) |
| 21 | target_link_libraries(citra ${GLFW_LIBRARIES} ${OPENGL_gl_LIBRARY} inih glad) | 21 | target_link_libraries(citra ${GLFW_LIBRARIES} ${OPENGL_gl_LIBRARY} inih glad) |
| 22 | if (MSVC) | 22 | if (MSVC) |
| 23 | target_link_libraries(citra getopt) | 23 | target_link_libraries(citra getopt) |