mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-26 12:35:27 +00:00
Null/CMakeLists: Migrate off add_dolphin_library
Continues the migration work started in 3a4c3bbe01e7a44ec997f4fbf0b678fba6f2d46c
This commit is contained in:
parent
3854e2bcca
commit
d4f8502ad1
@ -1,14 +1,12 @@
|
||||
set(SRCS
|
||||
add_library(videonull
|
||||
NullBackend.cpp
|
||||
NullTexture.cpp
|
||||
Render.cpp
|
||||
VertexManager.cpp
|
||||
)
|
||||
|
||||
set(LIBS
|
||||
videocommon
|
||||
target_link_libraries(videonull
|
||||
PUBLIC
|
||||
common
|
||||
videocommon
|
||||
)
|
||||
|
||||
add_dolphin_library(videonull "${SRCS}" "${LIBS}")
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user