mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-26 15:49:50 -06:00
Null/CMakeLists: Migrate off add_dolphin_library
Continues the migration work started in 3a4c3bbe01
This commit is contained in:
@ -1,14 +1,12 @@
|
|||||||
set(SRCS
|
add_library(videonull
|
||||||
NullBackend.cpp
|
NullBackend.cpp
|
||||||
NullTexture.cpp
|
NullTexture.cpp
|
||||||
Render.cpp
|
Render.cpp
|
||||||
VertexManager.cpp
|
VertexManager.cpp
|
||||||
)
|
)
|
||||||
|
|
||||||
set(LIBS
|
target_link_libraries(videonull
|
||||||
videocommon
|
PUBLIC
|
||||||
common
|
common
|
||||||
|
videocommon
|
||||||
)
|
)
|
||||||
|
|
||||||
add_dolphin_library(videonull "${SRCS}" "${LIBS}")
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user