2010-04-06 02:33:58 +04:00
|
|
|
#
|
2016-05-16 17:43:37 +03:00
|
|
|
# "$Id$"
|
|
|
|
#
|
2014-09-27 04:41:06 +04:00
|
|
|
# UseFLTK.CMake - FLTK CMake environment configuration file for external projects.
|
|
|
|
#
|
2016-05-16 17:43:37 +03:00
|
|
|
# This file is deprecated and will be removed in FLTK 1.4
|
2014-09-27 04:41:06 +04:00
|
|
|
#
|
2010-04-06 02:33:58 +04:00
|
|
|
# automatically generated - do not edit
|
2016-05-16 17:43:37 +03:00
|
|
|
#
|
2010-04-06 02:33:58 +04:00
|
|
|
|
2014-09-27 04:41:06 +04:00
|
|
|
include_directories("@INCLUDE_DIRS@")
|
|
|
|
|
2016-05-16 17:43:37 +03:00
|
|
|
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})'.")
|
2010-04-06 02:33:58 +04:00
|
|
|
|
2016-05-16 17:43:37 +03:00
|
|
|
#
|
|
|
|
# End of "$Id$".
|
|
|
|
#
|