Skip to content

Commit

Permalink
VideoNull/CMakeLists: Specify headers in target sources
Browse files Browse the repository at this point in the history
  • Loading branch information
lioncash committed May 31, 2019
1 parent 87a57a5 commit 968d379
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Source/Core/VideoBackends/Null/CMakeLists.txt
@@ -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
Expand Down

0 comments on commit 968d379

Please sign in to comment.