aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorDavid Benjamin <davidben@google.com>2024-03-18 22:39:15 +1000
committerBoringssl LUCI CQ <boringssl-scoped@luci-project-accounts.iam.gserviceaccount.com>2024-03-23 00:06:50 +0000
commit231510cf506711eae6f7f06be9626bc7e44982b4 (patch)
tree194902b134c9bdbefe4c0e34779c062274dd05eb /CMakeLists.txt
parente539b93eaa9144445f70bec4ab38ed14c78cafaf (diff)
downloadboringssl-231510cf506711eae6f7f06be9626bc7e44982b4.zip
boringssl-231510cf506711eae6f7f06be9626bc7e44982b4.tar.gz
boringssl-231510cf506711eae6f7f06be9626bc7e44982b4.tar.bz2
Move the rest of sources.cmake into util/pregenerate
Bug: 542 Change-Id: I23c3c5c01ae41bd98f605b34e09269a6602a2c49 Reviewed-on: https://boringssl-review.googlesource.com/c/boringssl/+/67294 Reviewed-by: Bob Beck <bbe@google.com> Commit-Queue: David Benjamin <davidben@google.com>
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 1410c43..35fb567 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -15,7 +15,6 @@ if(WIN32)
set(CMAKE_GENERATOR_CC cl)
endif()
-include(sources.cmake)
include(cmake/go.cmake)
include(cmake/paths.cmake)
include(gen/sources.cmake)