cmake: Improve Findugfx.cmake

master
Joel Bodenmann 2021-11-03 20:23:29 +01:00
parent ba9b9fb62b
commit cc0b175e7f
1 changed files with 1 additions and 1 deletions

View File

@ -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)