summaryrefslogtreecommitdiff
path: root/lib/Option/CMakeLists.txt
blob: 1cd7d3a045abb57d57ca86f870aff2d3b8772148 (plain)
1
2
3
4
5
6
add_llvm_library(LLVMOption
  Arg.cpp
  ArgList.cpp
  Option.cpp
  OptTable.cpp
  )