Null/CMakeLists: Migrate off add_dolphin_library

Continues the migration work started in 3a4c3bbe01
This commit is contained in:
Lioncash 2018-04-02 08:16:59 -04:00
parent 3854e2bcca
commit d4f8502ad1
No known key found for this signature in database
GPG key ID: 4E3C3CC1031BA9C7

View file

@ -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}")