set(H_LIST
	gif.h
	Copying
)

set(SRC_LIST
	gifupp.cpp
)

set(ISRC_LIST
	gif.cpp
)

global_list_append(GLOBAL_INIT_LIST ISRC_LIST)

add_library(plugin_gif ${SRC_LIST})

set(USES_LIST Draw)

add_dependencies(plugin_gif ${USES_LIST})
target_link_libraries(plugin_gif ${USES_LIST} ${LINK_LIST})
