- remove UNSET becuase it only works with newer versions of cmake,

- changed the SDL and Freetype vars to match CMake's names
- removed unneeded freetype, SDL and ftgl includes
This commit is contained in:
Campbell Barton
2009-08-15 13:30:28 +00:00
parent 9c45a27fb8
commit 9236f92dab
14 changed files with 30 additions and 59 deletions

View File

@@ -24,7 +24,7 @@
#
# ***** END GPL LICENSE BLOCK *****
SET(INC . src ${FREETYPE_INC})
SET(INC . src)
FILE(GLOB SRC *.c except t1_generate_luts.c)
ADD_DEFINITIONS(-DWITH_OPENJPEG)