mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-24 14:49:42 -06:00
VideoNull/CMakeLists: Specify headers in target sources
This commit is contained in:
@ -1,8 +1,14 @@
|
||||
add_library(videonull
|
||||
NullBackend.cpp
|
||||
NullTexture.cpp
|
||||
NullTexture.h
|
||||
PerfQuery.h
|
||||
Render.cpp
|
||||
Render.h
|
||||
TextureCache.h
|
||||
VertexManager.cpp
|
||||
VertexManager.h
|
||||
VideoBackend.h
|
||||
)
|
||||
|
||||
target_link_libraries(videonull
|
||||
|
Reference in New Issue
Block a user