mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-25 20:23:11 +01:00
Fix typo in cmake example docs
Patch by Vinicius Tinti. llvm-svn: 228690
This commit is contained in:
parent
6fc796d731
commit
a82e770335
@ -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…
Reference in New Issue
Block a user