blob: 1d983188fea2e80db85f30b31edf31393a9c94e2 (
plain)
1
2
3
4
5
6
7
|
add_library(cru_platform_graphics SHARED
ForDllExport.cpp
Geometry.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)
|