mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-09 11:05:56 +00:00
VideoNull/CMakeLists: Specify headers in target sources
This commit is contained in:
parent
87a57a5584
commit
968d379cc4
1 changed files with 6 additions and 0 deletions
|
@ -1,8 +1,14 @@
|
||||||
add_library(videonull
|
add_library(videonull
|
||||||
NullBackend.cpp
|
NullBackend.cpp
|
||||||
NullTexture.cpp
|
NullTexture.cpp
|
||||||
|
NullTexture.h
|
||||||
|
PerfQuery.h
|
||||||
Render.cpp
|
Render.cpp
|
||||||
|
Render.h
|
||||||
|
TextureCache.h
|
||||||
VertexManager.cpp
|
VertexManager.cpp
|
||||||
|
VertexManager.h
|
||||||
|
VideoBackend.h
|
||||||
)
|
)
|
||||||
|
|
||||||
target_link_libraries(videonull
|
target_link_libraries(videonull
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue