aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorDavid Benjamin <davidben@google.com>2023-04-19 17:18:27 -0400
committerBoringssl LUCI CQ <boringssl-scoped@luci-project-accounts.iam.gserviceaccount.com>2023-04-21 17:59:29 +0000
commitb0b1f9dfc583c96d5f91b7f8cdb7efabcf22793b (patch)
tree2a11920d74d52c0f8f28db2e3ff28f7607ed07f8 /CMakeLists.txt
parentac6d55859a61f1316010890eee451f6b0930301d (diff)
downloadboringssl-b0b1f9dfc583c96d5f91b7f8cdb7efabcf22793b.zip
boringssl-b0b1f9dfc583c96d5f91b7f8cdb7efabcf22793b.tar.gz
boringssl-b0b1f9dfc583c96d5f91b7f8cdb7efabcf22793b.tar.bz2
Only rerun bindgen when its dependencies change
This took a bit of wrangling to get the depfiles working, but I eventually figured it out. ninja -d explain is very useful. Fixed: 597 Change-Id: I909a4c9418e9dc954e3d328da8f3a825e62544e4 Reviewed-on: https://boringssl-review.googlesource.com/c/boringssl/+/59005 Reviewed-by: Bob Beck <bbe@google.com> Auto-Submit: David Benjamin <davidben@google.com> Commit-Queue: Bob Beck <bbe@google.com>
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index a1fb153..aac5f0d 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -17,6 +17,7 @@ endif()
include(sources.cmake)
include(cmake/go.cmake)
+include(cmake/paths.cmake)
include(cmake/perlasm.cmake)
enable_language(C)