c092b92938
Remove example specific tests from macro CREATE_EXAMPLE, add function to set bundle icon, simplify some CMake setup code, deprecate usage of UseFLTK.CMake. Todo: Fix documentation. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@11742 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
21 lines
592 B
CMake
21 lines
592 B
CMake
#
|
|
# "$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$".
|
|
#
|