set(H_LIST
	bmp.h
	bmphdr.h
	Copying
)

set(SRC_LIST
	Bmp.cpp
	BmpWrite.cpp
	Icon.cpp
)

set(ISRC_LIST
	BmpReg.cpp
)

global_list_append(GLOBAL_INIT_LIST ISRC_LIST)

add_library(plugin_bmp ${SRC_LIST})

set(USES_LIST Draw)

add_dependencies(plugin_bmp ${USES_LIST})
target_link_libraries(plugin_bmp ${USES_LIST})
