add_library(ConBufferOut)
target_sources(ConBufferOut
	PRIVATE
		cursor.cpp
		ImageSlice.cpp
		OutputCell.cpp
		OutputCellIterator.cpp
		OutputCellRect.cpp
		OutputCellView.cpp
		Row.cpp
		search.cpp
		TextAttribute.cpp
		textBuffer.cpp
		textBufferCellIterator.cpp
		textBufferTextIterator.cpp
		TextColor.cpp
		UTextAdapter.cpp
)

target_precompile_headers(ConBufferOut
	PRIVATE
		precomp.h
)
