shithub: cstory

ref: 6c42892d9698d8f66a8be7c0f4716f494c56463b
dir: /DoConfig/fltk/CMake/UseFLTK.cmake.in/

View raw version
#
# "$Id$"
#
# UseFLTK.CMake - FLTK CMake environment configuration file for external projects.
#
# This file is deprecated and will be removed in FLTK 1.4
#
# automatically generated - do not edit
#

include_directories("@INCLUDE_DIRS@")

message(STATUS "* Notice: UseFLTK.CMake is deprecated and will be removed in FLTK 1.4")
message(STATUS "*   Please use 'include_directories(\${FLTK_INCLUDE_DIRS})' or")
message(STATUS "*   'target_include_directories(<target> PUBLIC|PRIVATE \${FLTK_INCLUDE_DIRS})'")
message(STATUS "*   instead of 'include(\${FLTK_USE_FILE})'.")

#
# End of "$Id$".
#