This website requires JavaScript.
Explore
Help
Sign In
maxjhandsome
/
llvm-project
forked from
OSchip/llvm-project
Watch
1
Star
0
Fork
You've already forked llvm-project
0
Code
Issues
Pull Requests
Packages
Releases
Wiki
Activity
3738445cdd
llvm-project
/
llvm
/
examples
/
ModuleMaker
/
CMakeLists.txt
6 lines
88 B
CMake
Raw
Normal View
History
Unescape
Escape
Revert "CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally." This reverts commit r113632 Conflicts: cmake/modules/AddLLVM.cmake llvm-svn: 113819
2010-09-14 07:59:48 +08:00
set
(
LLVM_LINK_COMPONENTS
bitwriter
)
CMake: Builds all examples. Corrected name of CBackend target. llvm-svn: 56682
2008-09-27 03:48:03 +08:00
add_llvm_example
(
ModuleMaker
M
o
d
u
l
e
M
a
k
e
r
.
c
p
p
)