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:
authorSergey Sharybin <sergey.vfx@gmail.com>2016-04-12 09:54:34 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2016-04-12 09:54:34 +0300
commitb1ef786a73b8944505525c5040bef0b60733d29b (patch)
tree78f042b5c94be38a52cefce24972eda0e8ed805c /extern/cuew
parent4a64b36029872034c9c138738010ced47b48e045 (diff)
CMake: Partially revert recent missing headers commit
The header which was put to the CMake project is not by any means used during compilation, it is only used when manually updating CUDA wrangler from CUDA headers.
Diffstat (limited to 'extern/cuew')
-rw-r--r--extern/cuew/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/extern/cuew/CMakeLists.txt b/extern/cuew/CMakeLists.txt
index 44ff0eb61dc..9ba390b3225 100644
--- a/extern/cuew/CMakeLists.txt
+++ b/extern/cuew/CMakeLists.txt
@@ -36,7 +36,6 @@ set(SRC
src/cuew.c
include/cuew.h
- auto/stdlib.h
)
blender_add_lib(extern_cuew "${SRC}" "${INC}" "${INC_SYS}")