CMake: ignore header

This commit is contained in:
Campbell Barton
2016-04-12 18:44:54 +10:00
parent b1ef786a73
commit 4fae162bce
2 changed files with 4 additions and 0 deletions

View File

@@ -36,6 +36,9 @@ set(SRC
src/cuew.c
include/cuew.h
# Only used for updating the CUDA wrangler, intentionally omit:
# auto/stdlib.h
)
blender_add_lib(extern_cuew "${SRC}" "${INC}" "${INC_SYS}")