From e8397e6193452f6e93a19c5aa31d5effaff54f25 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Mon, 29 Nov 2010 04:35:56 +0000 Subject: include headers in cmake source, added a script to check for consistency, reporting missing headers & C files. this is important so IDE's using CMake integration always get blender headers. - QtCreator & MSVC for eg, probably others too. --- intern/moto/CMakeLists.txt | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) (limited to 'intern/moto') diff --git a/intern/moto/CMakeLists.txt b/intern/moto/CMakeLists.txt index f3300ec562b..57baa5dfbb3 100644 --- a/intern/moto/CMakeLists.txt +++ b/intern/moto/CMakeLists.txt @@ -41,6 +41,30 @@ SET(SRC intern/MT_Vector3.cpp intern/MT_Vector4.cpp intern/MT_random.cpp + + include/GEN_List.h + include/GEN_Map.h + include/MT_CmMatrix4x4.h + include/MT_Matrix3x3.h + include/MT_Matrix4x4.h + include/MT_MinMax.h + include/MT_Optimize.h + include/MT_Plane3.h + include/MT_Point2.h + include/MT_Point3.h + include/MT_Quaternion.h + include/MT_Scalar.h + include/MT_Stream.h + include/MT_Transform.h + include/MT_Tuple2.h + include/MT_Tuple3.h + include/MT_Tuple4.h + include/MT_Vector2.h + include/MT_Vector3.h + include/MT_Vector4.h + include/MT_assert.h + include/MT_random.h + include/NM_Scalar.h ) BLENDERLIB(bf_intern_moto "${SRC}" "${INC}") -- cgit v1.2.3