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. --- extern/lzo/CMakeLists.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'extern/lzo') diff --git a/extern/lzo/CMakeLists.txt b/extern/lzo/CMakeLists.txt index 6cfbd86a2fc..7724711a3e5 100644 --- a/extern/lzo/CMakeLists.txt +++ b/extern/lzo/CMakeLists.txt @@ -30,6 +30,10 @@ SET(INC SET(SRC minilzo/minilzo.c + + minilzo/lzoconf.h + minilzo/lzodefs.h + minilzo/minilzo.h ) BLENDERLIB(extern_minilzo "${SRC}" "${INC}") -- cgit v1.2.3