set(H_LIST
	HexView.h
	HexView.lay
	Copying
)

set(SRC_LIST
	HexView.cpp
)

add_library(HexView ${SRC_LIST})

set(USES_LIST CtrlLib)

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