[MCTargetAsmParser] Move the member varialbes that reference
[oota-llvm.git] / utils / UpdateCMakeLists.pl
index d92a767adf328b4194595deb4033c4d16a09f58f..c896ea839be88521f74ea749b97b87c1a4b7595a 100755 (executable)
@@ -68,7 +68,7 @@ sub UpdateCMake {
   while(<IN>) {
     if (!$foundLibrary) {
       print OUT $_;
-      if (/^add_[^_]+_library\(/ || /^add_llvm_target\(/ || /^add_executable\(/) {
+      if (/^add_[^_]+_library\(/ || /^add_llvm_target\(/ || /^add_[^_]+_executable\(/) {
         $foundLibrary = 1;
         EmitCMakeList($dir);
       }