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
c4da110fd2
llvm-project
/
llvm
/
lib
/
AsmParser
/
CMakeLists.txt
7 lines
89 B
CMake
Raw
Normal View
History
Unescape
Escape
update the cmakefile. This is a "best guess", I haven't tested this. llvm-svn: 61561
2009-01-02 15:14:23 +08:00
# AsmParser
Initial support for the CMake build system. llvm-svn: 56419
2008-09-22 09:08:49 +08:00
add_llvm_library
(
LLVMAsmParser
L
L
L
e
x
e
r
.
c
p
p
update the cmakefile. This is a "best guess", I haven't tested this. llvm-svn: 61561
2009-01-02 15:14:23 +08:00
L
L
P
a
r
s
e
r
.
c
p
p
Initial support for the CMake build system. llvm-svn: 56419
2008-09-22 09:08:49 +08:00
P
a
r
s
e
r
.
c
p
p
)