mirror of
https://github.com/zebrajr/ladybird.git
synced 2026-01-15 12:15:15 +00:00
CMake: Move ca_certificate_download include up with other downloads
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user