mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-15 16:59:18 +01:00
OGL/CMakeLists: Migrate off add_dolphin_library
Continues the migration work started in 3a4c3bbe01e7a44ec997f4fbf0b678fba6f2d46c
This commit is contained in:
parent
d4f8502ad1
commit
a3c53ff754
@ -1,4 +1,4 @@
|
|||||||
set(SRCS
|
add_library(videoogl
|
||||||
BoundingBox.cpp
|
BoundingBox.cpp
|
||||||
FramebufferManager.cpp
|
FramebufferManager.cpp
|
||||||
main.cpp
|
main.cpp
|
||||||
@ -18,11 +18,12 @@ set(SRCS
|
|||||||
VertexManager.cpp
|
VertexManager.cpp
|
||||||
)
|
)
|
||||||
|
|
||||||
set(LIBS ${LIBS}
|
target_link_libraries(videoogl
|
||||||
videocommon
|
PUBLIC
|
||||||
SOIL
|
|
||||||
common
|
common
|
||||||
|
videocommon
|
||||||
|
|
||||||
|
PRIVATE
|
||||||
|
SOIL
|
||||||
${X11_LIBRARIES}
|
${X11_LIBRARIES}
|
||||||
)
|
)
|
||||||
|
|
||||||
add_dolphin_library(videoogl "${SRCS}" "${LIBS}")
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user