2010-04-06 02:33:58 +04:00
|
|
|
#
|
2014-09-27 04:41:06 +04:00
|
|
|
# UseFLTK.CMake - FLTK CMake environment configuration file for external projects.
|
|
|
|
#
|
|
|
|
# This file is generated by CMake and used to set FLTK's environment for an external project.
|
|
|
|
#
|
2010-04-06 02:33:58 +04:00
|
|
|
# automatically generated - do not edit
|
|
|
|
|
2014-09-27 04:41:06 +04:00
|
|
|
include_directories("@INCLUDE_DIRS@")
|
|
|
|
|
|
|
|
if(CMAKE_CROSSCOMPILING)
|
|
|
|
find_file(FLUID_PATH
|
|
|
|
NAMES fluid fluid.exe
|
|
|
|
PATHS ENV PATH
|
|
|
|
NO_CMAKE_FIND_ROOT_PATH
|
|
|
|
)
|
|
|
|
add_executable(fluid IMPORTED)
|
|
|
|
set_target_properties(fluid
|
|
|
|
PROPERTIES IMPORTED_LOCATION ${FLUID_PATH}
|
|
|
|
)
|
|
|
|
set(FLTK_FLUID_EXECUTABLE ${FLUID_PATH})
|
|
|
|
else()
|
|
|
|
set(FLTK_FLUID_EXECUTABLE fluid)
|
|
|
|
endif(CMAKE_CROSSCOMPILING)
|
2010-04-06 02:33:58 +04:00
|
|
|
|
2014-09-27 04:41:06 +04:00
|
|
|
set(FLTK_WRAP_UI TRUE)
|