mirror of https://github.com/fltk/fltk
17 lines
597 B
CMake
17 lines
597 B
CMake
#
|
|
# FLTKConfig.cmake - FLTK CMake configuration file for external projects.
|
|
#
|
|
# This file is generated by CMake and used to load FLTK's settings for an external project.
|
|
# It defines the following variables
|
|
# FLTK_INCLUDE_DIRS - FLTK include directories
|
|
# FLTK_LIBRARIES - list of FLTK libraries built
|
|
# FLTK_FLUID_EXECUTABLE needed by fltk_wrap_ui()
|
|
# FLTK_USE_FILE - sets things up to use FLTK
|
|
|
|
set(FLTK_VERSION @FLTK_VERSION_FULL@)
|
|
|
|
include(${CMAKE_CURRENT_LIST_DIR}/FLTK-Targets.cmake)
|
|
|
|
set(FLTK_INCLUDE_DIRS "@INCLUDE_DIRS@")
|
|
set(FLTK_USE_FILE ${CMAKE_CURRENT_LIST_DIR}/UseFLTK.cmake)
|