summaryrefslogtreecommitdiff
path: root/clang/examples/PrintFunctionNames/CMakeLists.txt
blob: 86793ce7e187ba805ef2d7a171efe0e596858613 (about) (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
set(MODULE TRUE)

set( LLVM_USED_LIBS
  clangFrontend
  clangAST
  )

set( LLVM_LINK_COMPONENTS support mc)

add_clang_library(PrintFunctionNames PrintFunctionNames.cpp)

set_target_properties(PrintFunctionNames
  PROPERTIES
  LINKER_LANGUAGE CXX
  PREFIX "")