CMake: add missing headers
This commit is contained in:
4
extern/cuew/CMakeLists.txt
vendored
4
extern/cuew/CMakeLists.txt
vendored
@@ -33,8 +33,10 @@ set(INC_SYS
|
||||
)
|
||||
|
||||
set(SRC
|
||||
include/cuew.h
|
||||
src/cuew.c
|
||||
|
||||
include/cuew.h
|
||||
auto/stdlib.h
|
||||
)
|
||||
|
||||
blender_add_lib(extern_cuew "${SRC}" "${INC}" "${INC_SYS}")
|
||||
|
@@ -40,6 +40,7 @@ set(SRC
|
||||
intern/IK_Solver.cpp
|
||||
|
||||
extern/IK_solver.h
|
||||
intern/IK_Math.h
|
||||
intern/IK_QJacobian.h
|
||||
intern/IK_QJacobianSolver.h
|
||||
intern/IK_QSegment.h
|
||||
|
Reference in New Issue
Block a user