cmake: add driver file for drivers/multiple/Win32

This commit is contained in:
Joel Bodenmann 2021-11-03 20:23:16 +01:00
parent 0f11538656
commit ba9b9fb62b

View File

@ -0,0 +1,13 @@
set(ROOT_PATH ${UGFX_ROOT}/drivers/multiple/Win32)
list(APPEND ugfx_INCLUDE_DIRS
${ROOT_PATH}
)
list(APPEND ugfx_SOURCES
${ROOT_PATH}/gdisp_lld_Win32.c
)
list(APPEND ugfx_LIBS
gdi32
)