7 lines
241 B
CMake
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@")
|