[bug] Install missing header: core/span.h (cmake)

* The header was added recently, but it was missing in cmake, thus it was not installed.
This commit is contained in:
Golubev Alexander
2025-09-08 10:28:22 +03:00
committed by GitHub
parent e14b42a63a
commit 13eb299dda

View File

@@ -478,6 +478,7 @@ set(ASMJIT_SRC_LIST
asmjit/core/rapass_p.h
asmjit/core/rastack.cpp
asmjit/core/rastack_p.h
asmjit/core/span.h
asmjit/core/string.cpp
asmjit/core/string.h
asmjit/core/support.cpp