Home | History | Annotate | Download | only in PrintFunctionNames
      1 set(MODULE TRUE)
      2 
      3 set( LLVM_USED_LIBS
      4   clangFrontend
      5   clangAST
      6   )
      7 
      8 set( LLVM_LINK_COMPONENTS support mc)
      9 
     10 add_clang_library(PrintFunctionNames PrintFunctionNames.cpp)
     11 
     12 set_target_properties(PrintFunctionNames
     13   PROPERTIES
     14   LINKER_LANGUAGE CXX
     15   PREFIX "")
     16