OpenRGB/dependencies/hueplusplus-1.2.0/cmake/hueplusplus-config.cmake.in
2025-02-14 23:16:53 -06:00

7 lines
241 B
CMake

# -config file of the hueplusplus package
# It defines the following
# hueplusplus_FOUND - which indicates that the module was found
# hueplusplus_INCLUDE_DIR
set(hueplusplus_FOUND TRUE)
set(hueplusplus_INCLUDE_DIR "@INSTALL_INCLUDE_DIR@")