This website requires JavaScript.
Explore
Mirrors
Help
Sign In
6502
/
llvm-6502
Watch
1
Star
0
Fork
0
You've already forked llvm-6502
mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced
2024-11-01 15:11:24 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
06a8d54967
llvm-6502
/
runtime
/
CMakeLists.txt
6 lines
94 B
CMake
Raw
Normal View
History
Unescape
Escape
Honor LLVM_BUILD_RUNTIME. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@130199 91177308-0d34-0410-b5e6-96231b3b80d8
2011-04-26 14:55:27 +00:00
if
(
NOT
LLVM_BUILD_RUNTIME
)
set
(
EXCLUDE_FROM_ALL
ON
)
endif
(
)
Add cmakefiles to build profile_rt.so! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@130191 91177308-0d34-0410-b5e6-96231b3b80d8
2011-04-26 05:48:41 +00:00
add_subdirectory
(
libprofile
)
Reference in New Issue
Copy Permalink