aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/if_changed.sh
diff options
context:
space:
mode:
authorGravatar Gil <mcg@google.com>2018-07-17 11:36:56 -0700
committerGravatar GitHub <noreply@github.com>2018-07-17 11:36:56 -0700
commita2d38c56790231c393daebdb810ba55836aae405 (patch)
tree65c11b7ddfccab784f48818cec0a820893123bdf /scripts/if_changed.sh
parent890321214cc8340c9eb02712f63799085f3ea112 (diff)
Implement a CMake build for FirebaseAuthInterop (#1532)
* Add a CMake build for FirebaseAuthInterop * Avoid cluttering the symbol table * Trigger Firestore-cmake checks on cmake script changes
Diffstat (limited to 'scripts/if_changed.sh')
-rwxr-xr-xscripts/if_changed.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/if_changed.sh b/scripts/if_changed.sh
index e0e2a18..9ba7b51 100755
--- a/scripts/if_changed.sh
+++ b/scripts/if_changed.sh
@@ -54,7 +54,7 @@ else
;;
Firestore-cmake)
- check_changes '^Firestore/(core|third_party)'
+ check_changes '^(Firestore/(core|third_party)|cmake)'
;;
*)