Cleanup: sort file, uppercase booleans, add missing headers

Also update files to ignore for check_cmake.
This commit is contained in:
Campbell Barton
2023-05-17 13:07:43 +10:00
parent 139f4981d4
commit 0099f51cdd
14 changed files with 82 additions and 25 deletions

View File

@@ -9,9 +9,9 @@ set(INC_SYS
)
set(SRC
intern/renderdoc_api.cc
intern/renderdoc_api.cc
include/renderdoc_api.hh
include/renderdoc_api.hh
)
blender_add_lib(bf_intern_renderdoc_dynload "${SRC}" "${INC}" "${INC_SYS}" "${LIB}")