mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-11-24 14:20:17 +00:00
[ORC-RT] Add missing headers to CMakeLists.txt.
This commit is contained in:
parent
95612afc1d
commit
16b284e99e
@ -12,8 +12,11 @@ set(x86_64_SOURCES
|
|||||||
|
|
||||||
set(ORC_IMPL_HEADERS
|
set(ORC_IMPL_HEADERS
|
||||||
# Implementation headers will go here.
|
# Implementation headers will go here.
|
||||||
|
adt.h
|
||||||
|
compiler.h
|
||||||
error.h
|
error.h
|
||||||
extensible_rtti.h
|
extensible_rtti.h
|
||||||
|
stl_extras.h
|
||||||
)
|
)
|
||||||
|
|
||||||
# Create list of all source files for
|
# Create list of all source files for
|
||||||
|
Loading…
Reference in New Issue
Block a user