mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-19 20:34:38 +00:00
4afa2b842b
backend. Moved some MCAsmInfo files down into the MCTargetDesc sublibraries, removed some (i suspect long) dead files from other parts of the CMake build, etc. Also copied the include directory hack from the Makefile. Finally, updated the lib deps. I spot checked this, and think its correct, but review appreciated there. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@135234 91177308-0d34-0410-b5e6-96231b3b80d8
8 lines
233 B
CMake
8 lines
233 B
CMake
add_llvm_library(LLVMX86Desc
|
|
X86MCTargetDesc.cpp
|
|
X86MCAsmInfo.cpp
|
|
)
|
|
|
|
# Hack: we need to include 'main' target directory to grab private headers
|
|
include_directories(${CMAKE_CURRENT_SOURCE_DIR}/.. ${CMAKE_CURRENT_BINARY_DIR}/..)
|