code cleanup: cmake - add missing headers, remove directories from source listing.
also remove logImageLib.c - empty file.
This commit is contained in:
@@ -39,10 +39,21 @@ set(INC_SYS
|
||||
)
|
||||
|
||||
set(SRC
|
||||
BlockDXT.h
|
||||
Color.h
|
||||
ColorBlock.h
|
||||
Common.h
|
||||
DirectDrawSurface.h
|
||||
FlipDXT.h
|
||||
Image.h
|
||||
PixelFormat.h
|
||||
Stream.h
|
||||
dds_api.h
|
||||
|
||||
BlockDXT.cpp
|
||||
FlipDXT.cpp
|
||||
ColorBlock.cpp
|
||||
DirectDrawSurface.cpp
|
||||
FlipDXT.cpp
|
||||
Image.cpp
|
||||
Stream.cpp
|
||||
dds_api.cpp
|
||||
@@ -52,4 +63,4 @@ if(WITH_IMAGE_DDS)
|
||||
add_definitions(-DWITH_DDS)
|
||||
endif()
|
||||
|
||||
blender_add_lib(bf_imbuf_dds "${SRC}" "${INC}" "${INC_SYS}")
|
||||
blender_add_lib(bf_imbuf_dds "${SRC}" "${INC}" "${INC_SYS}")
|
||||
|
||||
Reference in New Issue
Block a user