mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 11:42:57 +01:00
f5a95d9e81
- We should canonicalize this and get rid of the cmake and llvm-config hacks to support both variants. llvm-svn: 76350
8 lines
191 B
CMake
8 lines
191 B
CMake
include_directories( ${CMAKE_CURRENT_BINARY_DIR}/.. ${CMAKE_CURRENT_SOURCE_DIR}/.. )
|
|
|
|
add_llvm_library(LLVMPIC16Info
|
|
PIC16TargetInfo.cpp
|
|
)
|
|
|
|
add_dependencies(LLVMPIC16Info PIC16Table_gen)
|