X86: Call ulldiv and ftol2 on Windows instead of their libgcc eqivilents.
[oota-llvm.git] / lib / Target / PIC16 / AsmPrinter / CMakeLists.txt
1 include_directories(
2   ${CMAKE_CURRENT_BINARY_DIR}/..
3   ${CMAKE_CURRENT_SOURCE_DIR}/..
4   )
5
6 add_llvm_library(LLVMPIC16AsmPrinter
7   PIC16AsmPrinter.cpp
8   )
9
10 add_dependencies(LLVMPIC16AsmPrinter PIC16CodeGenTable_gen)