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/decimation/CMakeLists.txt | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'intern/decimation/CMakeLists.txt') diff --git a/intern/decimation/CMakeLists.txt b/intern/decimation/CMakeLists.txt index c284ed087fd..934624e1f04 100644 --- a/intern/decimation/CMakeLists.txt +++ b/intern/decimation/CMakeLists.txt @@ -40,6 +40,20 @@ SET(SRC intern/LOD_QSDecimator.cpp intern/LOD_QuadricEditor.cpp intern/LOD_decimation.cpp + + extern/LOD_decimation.h + intern/LOD_DecimationClass.h + intern/LOD_EdgeCollapser.h + intern/LOD_ExternBufferEditor.h + intern/LOD_ExternNormalEditor.h + intern/LOD_FaceNormalEditor.h + intern/LOD_ManMesh2.h + intern/LOD_MeshBounds.h + intern/LOD_MeshException.h + intern/LOD_MeshPrimitives.h + intern/LOD_QSDecimator.h + intern/LOD_Quadric.h + intern/LOD_QuadricEditor.h ) BLENDERLIB(bf_intern_decimate "${SRC}" "${INC}") -- cgit v1.2.3