You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
417 B
11 lines
417 B
2 years ago
|
# The resources dir is only worth exporting if we are building with
|
||
|
# Tcl/Tk static
|
||
|
IF(VTK_USE_TK AND VTK_TCL_TK_STATIC)
|
||
|
IF(VTK_TK_RESOURCES_DIR)
|
||
|
IF(NOT VTK_INSTALL_NO_DEVELOPMENT)
|
||
|
INSTALL_FILES(${VTK_INSTALL_INCLUDE_DIR}/TclTk/resources/tk8.3/win/rc
|
||
|
"\\.(bmp|cur|ico|manifest|rc)$")
|
||
|
ENDIF(NOT VTK_INSTALL_NO_DEVELOPMENT)
|
||
|
ENDIF(VTK_TK_RESOURCES_DIR)
|
||
|
ENDIF(VTK_USE_TK AND VTK_TCL_TK_STATIC)
|