QortalOS Brooklyn for Raspberry Pi 4
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

12 lines
315 B

# SPDX-License-Identifier: BSD-3-Clause
# SPDX-FileCopyrightText: 2021 Méven Car [email protected]
find_program(XdgUserDir_EXEC xdg-user-dir)
include(FindPackageHandleStandardArgs)
find_package_handle_standard_args(XdgUserDir
FOUND_VAR
XdgUserDir_FOUND
REQUIRED_VARS
XdgUserDir_EXEC
)