fltk/CMake/UseFLTK.cmake.in
Albrecht Schlosser 7a108b3723 Minor CMake updates (formatting)
Backported from master branch
2020-06-13 13:53:45 +02:00

20 lines
559 B
CMake

#
# UseFLTK.CMake - FLTK CMake environment configuration file for external projects.
#
# This file is deprecated and will be removed in FLTK 1.4.0 or later
#
# automatically generated - do not edit
#
include_directories("@FLTK_INCLUDE_DIRS@")
message(AUTHOR_WARNING
" * Warning: UseFLTK.cmake is deprecated and will be removed in FLTK 1.4.0
* or later. Please use 'include_directories(\${FLTK_INCLUDE_DIRS})' or
* 'target_include_directories(<target> PUBLIC|PRIVATE \${FLTK_INCLUDE_DIRS})'
* instead of 'include(\${FLTK_USE_FILE})'.")
#
# End of file
#