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

@@ -66,6 +66,7 @@ IGNORE = (
"extern/carve/include/carve/external/boost/random.hpp",
"extern/carve/patches/files/config.h",
"extern/carve/patches/files/random.hpp",
"extern/cuew/auto/stdlib.h",
)
UTF8_CHECK = True

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}")