cmake: generate rtcd headers in config subdir.

Move rtcd header outputs to config subdir of config dir,
and update include sites.

Change-Id: I25c5f1808a091f3727934adc274637ebdcdcb1cf
diff --git a/test/convolve_round_test.cc b/test/convolve_round_test.cc
index ab24899..2f801e7 100644
--- a/test/convolve_round_test.cc
+++ b/test/convolve_round_test.cc
@@ -11,7 +11,8 @@
 
 #include <assert.h>
 
-#include "./av1_rtcd.h"
+#include "config/av1_rtcd.h"
+
 #include "aom/aom_integer.h"
 #include "aom_ports/aom_timer.h"
 #include "test/acm_random.h"