set(BIN_INSTALL_DIR"${CMAKE_INSTALL_PREFIX}/bin"CACHEPATH"The install dir for executables")
endif()
set(KDESRC_BUILD_INSTALL_MODULESTRUECACHEBOOL"Controls whether to install the modules that make up the script. Leave enabled unless running straight from source")
set(KDESRC_BUILD_MODULE_INSTALL_PREFIX"${DATA_INSTALL_DIR}/kdesrc-build/modules"CACHEPATH"Prefix to install the component Perl modules to. (This is only an option to allow for installing to vendor_perl or similar)")
if(KDESRC_BUILD_INSTALL_MODULES)
message(STATUS"Installing component modules to ${KDESRC_BUILD_MODULE_INSTALL_PREFIX}")