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