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.
This commit is contained in:
Sergey Sharybin
2016-04-12 08:54:34 +02:00
parent 4a64b36029
commit b1ef786a73

View File

@@ -36,7 +36,6 @@ set(SRC
src/cuew.c
include/cuew.h
auto/stdlib.h
)
blender_add_lib(extern_cuew "${SRC}" "${INC}" "${INC_SYS}")