CMake: Stop using FindOpenGL, which seems to not be required anymore
This commit is contained in:
parent
d6ff5c6f75
commit
089baa04e8
4 changed files with 4 additions and 6 deletions
|
@ -19,7 +19,7 @@ include_directories(${SDL2_INCLUDE_DIR})
|
|||
|
||||
add_executable(citra ${SRCS} ${HEADERS})
|
||||
target_link_libraries(citra PRIVATE common core input_common)
|
||||
target_link_libraries(citra PRIVATE ${SDL2_LIBRARY} ${OPENGL_gl_LIBRARY} inih glad)
|
||||
target_link_libraries(citra PRIVATE ${SDL2_LIBRARY} inih glad)
|
||||
if (MSVC)
|
||||
target_link_libraries(citra PRIVATE getopt)
|
||||
endif()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue