blob: dc0a429ee3abfac8b2063e8670dce5ec1434fd90 (
plain)
1
2
3
4
5
6
7
8
|
add_library(cru_platform_graphics SHARED
ForDllExport.cpp
Geometry.cpp
Image.cpp
NullPainter.cpp
)
target_compile_definitions(cru_platform_graphics PRIVATE CRU_PLATFORM_GRAPHICS_EXPORT_API)
target_link_libraries(cru_platform_graphics PUBLIC cru_platform_base)
|