mirror of
https://github.com/asmjit/asmjit.git
synced 2025-12-16 20:17:05 +03:00
[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:
committed by
GitHub
parent
e14b42a63a
commit
13eb299dda
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user