mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-19 20:34:38 +00:00
14 lines
196 B
CMake
14 lines
196 B
CMake
|
add_llvm_library(LLVMSystem
|
||
|
Alarm.cpp
|
||
|
Disassembler.cpp
|
||
|
DynamicLibrary.cpp
|
||
|
IncludeFile.cpp
|
||
|
Memory.cpp
|
||
|
Mutex.cpp
|
||
|
Path.cpp
|
||
|
Process.cpp
|
||
|
Program.cpp
|
||
|
Signals.cpp
|
||
|
TimeValue.cpp
|
||
|
)
|