set(H_LIST
	binobj.h
	Copying
)

set(SRC_LIST
	binobj.cpp
)

add_library(coff_binobj ${SRC_LIST})

set(USES_LIST coff plugin_bz2)

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