CMake: include missing files in source files

This commit is contained in:
Campbell Barton
2023-08-24 11:47:58 +10:00
parent a56200c1ed
commit 24a8d6425a
5 changed files with 9 additions and 2 deletions

View File

@@ -14,6 +14,9 @@ set(SRC
intern/renderdoc_api.cc
include/renderdoc_api.hh
# Without these files listed, they aren't known to CMake.
../../extern/renderdoc/include/renderdoc_app.h
)
blender_add_lib(bf_intern_renderdoc_dynload "${SRC}" "${INC}" "${INC_SYS}" "${LIB}")