Common: Add Rectangle helper class

This commit is contained in:
Connor McLaughlin
2019-11-05 19:19:20 +10:00
parent 16d83989e5
commit 65197d4350
4 changed files with 136 additions and 1 deletions

View File

@ -16,9 +16,10 @@ add_library(common
gl/texture.h
jit_code_buffer.cpp
jit_code_buffer.h
rectangle.h
state_wrapper.cpp
state_wrapper.h
types.h
types.h
)
target_include_directories(common PRIVATE "${CMAKE_CURRENT_SOURCE_DIR}/..")