Compare commits
2 commits
0f11538656
...
cc0b175e7f
Author | SHA1 | Date | |
---|---|---|---|
|
cc0b175e7f | ||
|
ba9b9fb62b |
2 changed files with 14 additions and 1 deletions
|
@ -48,4 +48,4 @@ list(REMOVE_DUPLICATES ugfx_INCLUDE_DIRS)
|
|||
|
||||
# Outsource heavy-lifting to cmake
|
||||
include(FindPackageHandleStandardArgs)
|
||||
find_package_handle_standard_args(ugfx DEFAULT_MSG)
|
||||
find_package_handle_standard_args(ugfx DEFAULT_MSG UGFX_ROOT ugfx_SOURCES ugfx_INCLUDE_DIRS)
|
||||
|
|
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…
Add table
Reference in a new issue