Compare commits
No commits in common. "cc0b175e7ffbf4e09a48d8422aecb652699c3325" and "0f11538656a8107040cef0a0614c6c09818b25e0" have entirely different histories.
cc0b175e7f
...
0f11538656
2 changed files with 1 additions and 14 deletions
|
@ -48,4 +48,4 @@ list(REMOVE_DUPLICATES ugfx_INCLUDE_DIRS)
|
||||||
|
|
||||||
# Outsource heavy-lifting to cmake
|
# Outsource heavy-lifting to cmake
|
||||||
include(FindPackageHandleStandardArgs)
|
include(FindPackageHandleStandardArgs)
|
||||||
find_package_handle_standard_args(ugfx DEFAULT_MSG UGFX_ROOT ugfx_SOURCES ugfx_INCLUDE_DIRS)
|
find_package_handle_standard_args(ugfx DEFAULT_MSG)
|
||||||
|
|
|
@ -1,13 +0,0 @@
|
||||||
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