1
cmake_minimum_required(VERSION 2.8)
4
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -pthread -std=c++11")
19
Util/EncodingTable.cpp
27
Core/ELF/ElfRelocator.cpp
28
Core/ELF/ElfRelocator.h
37
Core/ExpressionFunctions.cpp
38
Core/ExpressionFunctions.h
48
Commands/CAssemblerCommand.cpp
49
Commands/CAssemblerCommand.h
50
Commands/CAssemblerLabel.cpp
51
Commands/CAssemblerLabel.h
52
Commands/CDirectiveArea.cpp
53
Commands/CDirectiveArea.h
54
Commands/CDirectiveConditional.cpp
55
Commands/CDirectiveConditional.h
56
Commands/CDirectiveData.cpp
57
Commands/CDirectiveData.h
58
Commands/CDirectiveFile.cpp
59
Commands/CDirectiveFile.h
60
Commands/CDirectiveMessage.cpp
61
Commands/CDirectiveMessage.h
62
Commands/CommandSequence.cpp
63
Commands/CommandSequence.h
66
Archs/Architecture.cpp
70
Archs/ARM/ArmOpcodes.cpp
71
Archs/ARM/ArmOpcodes.h
72
Archs/ARM/ArmParser.cpp
74
Archs/ARM/ArmRelocator.cpp
75
Archs/ARM/ArmRelocator.h
76
Archs/ARM/CArmInstruction.cpp
77
Archs/ARM/CArmInstruction.h
78
Archs/ARM/CThumbInstruction.cpp
79
Archs/ARM/CThumbInstruction.h
82
Archs/ARM/ThumbOpcodes.cpp
83
Archs/ARM/ThumbOpcodes.h
85
Archs/MIPS/CMipsInstruction.cpp
86
Archs/MIPS/CMipsInstruction.h
89
Archs/MIPS/MipsElfFile.cpp
90
Archs/MIPS/MipsElfFile.h
91
Archs/MIPS/MipsMacros.cpp
92
Archs/MIPS/MipsMacros.h
93
Archs/MIPS/MipsOpcodes.cpp
94
Archs/MIPS/MipsOpcodes.h
95
Archs/MIPS/MipsParser.cpp
96
Archs/MIPS/MipsParser.h
97
Archs/MIPS/PsxRelocator.cpp
98
Archs/MIPS/PsxRelocator.h
100
Parser/DirectivesParser.cpp
101
Parser/DirectivesParser.h
102
Parser/ExpressionParser.cpp
103
Parser/ExpressionParser.h
109
ext/tinyformat/tinyformat.h