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
ed904c82b1
llvm-project
/
llvm
/
lib
/
Target
/
CBackend
/
CMakeLists.txt
6 lines
74 B
CMake
Raw
Normal View
History
Unescape
Escape
CMake: Builds all examples. Corrected name of CBackend target. llvm-svn: 56682
2008-09-27 03:48:03 +08:00
add_llvm_target
(
CBackend
CMake: Builds all targets. llvm-svn: 56641
2008-09-26 12:40:32 +08:00
C
B
a
c
k
e
n
d
.
c
p
p
)
Use explicit add_subdirectory's for LLVM target sublibraries instead of testing for its presence at cmake time. This way the build automatically regenerates the makefiles when a svn update brings in a new sublibrary. llvm-svn: 126068
2011-02-20 10:55:27 +08:00
add_subdirectory
(
TargetInfo
)