1 # CMake configuration for instructionAPI directory
4 ${PROJECT_SOURCE_DIR}/instructionAPI/src
16 src/InstructionCategories.C
18 src/InstructionDecoder.C
19 src/InstructionDecoder-x86.C
20 src/InstructionDecoder-power.C
21 src/InstructionDecoder-aarch64.C
22 src/InstructionDecoderImpl.C
24 SET_SOURCE_FILES_PROPERTIES(${SRC_LIST} PROPERTIES LANGUAGE CXX)
26 ADD_DEFINITIONS(-DINSTRUCTION_LIB)
28 dyninst_library(instructionAPI common)