Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2016-04-12 11:44:54 +0300
committerCampbell Barton <ideasman42@gmail.com>2016-04-12 11:50:08 +0300
commit4fae162bcebf251c8221fe73274a34c26aaa525c (patch)
treed1c8450b588ece52f48cb3a9b9d718f240039765 /extern/cuew
parentb1ef786a73b8944505525c5040bef0b60733d29b (diff)
CMake: ignore header
Diffstat (limited to 'extern/cuew')
-rw-r--r--extern/cuew/CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/extern/cuew/CMakeLists.txt b/extern/cuew/CMakeLists.txt
index 9ba390b3225..305465086b2 100644
--- a/extern/cuew/CMakeLists.txt
+++ b/extern/cuew/CMakeLists.txt
@@ -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}")