CMake: ignore header
This commit is contained in:
@@ -66,6 +66,7 @@ IGNORE = (
|
|||||||
"extern/carve/include/carve/external/boost/random.hpp",
|
"extern/carve/include/carve/external/boost/random.hpp",
|
||||||
"extern/carve/patches/files/config.h",
|
"extern/carve/patches/files/config.h",
|
||||||
"extern/carve/patches/files/random.hpp",
|
"extern/carve/patches/files/random.hpp",
|
||||||
|
"extern/cuew/auto/stdlib.h",
|
||||||
)
|
)
|
||||||
|
|
||||||
UTF8_CHECK = True
|
UTF8_CHECK = True
|
||||||
|
3
extern/cuew/CMakeLists.txt
vendored
3
extern/cuew/CMakeLists.txt
vendored
@@ -36,6 +36,9 @@ set(SRC
|
|||||||
src/cuew.c
|
src/cuew.c
|
||||||
|
|
||||||
include/cuew.h
|
include/cuew.h
|
||||||
|
|
||||||
|
# Only used for updating the CUDA wrangler, intentionally omit:
|
||||||
|
# auto/stdlib.h
|
||||||
)
|
)
|
||||||
|
|
||||||
blender_add_lib(extern_cuew "${SRC}" "${INC}" "${INC_SYS}")
|
blender_add_lib(extern_cuew "${SRC}" "${INC}" "${INC_SYS}")
|
||||||
|
Reference in New Issue
Block a user