code cleanup: cmake - add missing headers, remove directories from source listing.

also remove logImageLib.c - empty file.
This commit is contained in:
Campbell Barton
2012-11-03 15:49:38 +00:00
parent 9db3f2368c
commit ff014a3077
11 changed files with 34 additions and 32 deletions

View File

@@ -824,7 +824,7 @@ if(UNIX AND NOT APPLE)
elseif(CMAKE_CXX_COMPILER_ID MATCHES "Clang")
set(PLATFORM_CFLAGS "-pipe -fPIC -funsigned-char -fno-strict-aliasing")
# Solaris CC
elseif(CMAKE_CXX_COMPILER_ID MATCHES "SunPro")
elseif(CMAKE_CXX_COMPILER_ID MATCHES "SunPro")
set(PLATFORM_CFLAGS "-pipe -features=extensions -fPIC -D__FUNCTION__=__func__")
# Intel C++ Compiler