]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/blob - contrib/llvm/lib/Target/X86/Utils/CMakeLists.txt
Copy head to stable/9 as part of 9.0-RELEASE release cycle.
[FreeBSD/stable/9.git] / contrib / llvm / lib / Target / X86 / Utils / CMakeLists.txt
1 include_directories( ${CMAKE_CURRENT_BINARY_DIR}/.. ${CMAKE_CURRENT_SOURCE_DIR}/.. )
2
3 add_llvm_library(LLVMX86Utils
4   X86ShuffleDecode.cpp
5   )
6 add_dependencies(LLVMX86Utils X86CodeGenTable_gen)