cmake: add driver file for drivers/multiple/Win32
This commit is contained in:
parent
0f11538656
commit
ba9b9fb62b
13
drivers/multiple/Win32/driver.cmake
Normal file
13
drivers/multiple/Win32/driver.cmake
Normal 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
|
||||
)
|
Loading…
Reference in New Issue
Block a user