mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-21 20:15:17 +00:00
CMake: Move ca_certificate_download include up with other downloads
This commit is contained in:
parent
6f387577c5
commit
82b73b2eee
Notes:
sideshowbarker
2024-07-17 01:10:58 +09:00
Author: https://github.com/ADKaster Commit: https://github.com/LadybirdBrowser/ladybird/commit/82b73b2eee Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/71
1 changed files with 1 additions and 2 deletions
|
@ -81,6 +81,7 @@ if (ENABLE_FUZZERS OR CMAKE_CROSSCOMPILING)
|
|||
endif()
|
||||
|
||||
include(flac_spec_tests)
|
||||
include(ca_certificates_data)
|
||||
include(lagom_compile_options)
|
||||
|
||||
set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
|
||||
|
@ -627,5 +628,3 @@ endif()
|
|||
if (ENABLE_FUZZERS)
|
||||
add_subdirectory(Fuzzers)
|
||||
endif()
|
||||
|
||||
include(ca_certificates_data)
|
||||
|
|
Loading…
Add table
Reference in a new issue