1set(CONFIGFILES 2 nghttpx-init 3 nghttpx.service 4 nghttpx-upstart.conf 5) 6 7# Note that the execute permissions of nghttpx-init is preserved 8foreach(name IN LISTS CONFIGFILES) 9 configure_file("${name}.in" "${name}" @ONLY) 10endforeach() 11 12# set(EXTRA_DIST ${CONFIGFILES} nghttpx-logrotate tlsticketupdate.go) 13