diff options
Diffstat (limited to 'courgette/BUILD.gn')
-rw-r--r-- | courgette/BUILD.gn | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/courgette/BUILD.gn b/courgette/BUILD.gn index 9cf0943..d277eb9e 100644 --- a/courgette/BUILD.gn +++ b/courgette/BUILD.gn @@ -2,6 +2,8 @@ # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. +import("//testing/test.gni") + static_library("courgette_lib") { sources = [ "adjustment_method.cc", |