From a2d38c56790231c393daebdb810ba55836aae405 Mon Sep 17 00:00:00 2001 From: Gil Date: Tue, 17 Jul 2018 11:36:56 -0700 Subject: 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 --- scripts/if_changed.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') 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)' ;; *) -- cgit v1.2.3