[cfe-commits] r170804 - /cfe/trunk/examples/PrintFunctionNames/CMakeLists.txt

Douglas Gregor dgregor at apple.com
Thu Dec 20 15:36:52 PST 2012


Author: dgregor
Date: Thu Dec 20 17:36:52 2012
New Revision: 170804

URL: http://llvm.org/viewvc/llvm-project?rev=170804&view=rev
Log:
Revert r170801, which breaks the mingw build.

Modified:
    cfe/trunk/examples/PrintFunctionNames/CMakeLists.txt

Modified: cfe/trunk/examples/PrintFunctionNames/CMakeLists.txt
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/examples/PrintFunctionNames/CMakeLists.txt?rev=170804&r1=170803&r2=170804&view=diff
==============================================================================
--- cfe/trunk/examples/PrintFunctionNames/CMakeLists.txt (original)
+++ cfe/trunk/examples/PrintFunctionNames/CMakeLists.txt Thu Dec 20 17:36:52 2012
@@ -14,6 +14,7 @@
   )
 
 target_link_libraries(PrintFunctionNames
+  clangFrontend
   clangAST
   )
 





More information about the cfe-commits mailing list