mirror of
https://github.com/RPCSX/llvm.git
synced 2025-01-24 21:25:41 +00:00
Fix typo in cmake example docs
Patch by Vinicius Tinti. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@228690 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
c99d58d6c1
commit
85cbc8073b
@ -429,7 +429,7 @@ and uses them to build a simple application ``simple-tool``.
|
||||
add_definitions(${LLVM_DEFINITIONS})
|
||||
|
||||
# Now build our tools
|
||||
add_excutable(simple-tool tool.cpp)
|
||||
add_executable(simple-tool tool.cpp)
|
||||
|
||||
# Find the libraries that correspond to the LLVM components
|
||||
# that we wish to use
|
||||
|
Loading…
x
Reference in New Issue
Block a user