mirror of
https://github.com/libSDL2pp/libSDL2pp.git
synced 2025-09-10 07:50:06 -04:00
Fix typos in README
This commit is contained in:
parent
2c16af7f12
commit
ae62f2bcde
@ -61,7 +61,7 @@ To build standalone version:
|
|||||||
|
|
||||||
## Bundling ##
|
## Bundling ##
|
||||||
|
|
||||||
The library is easy to integrade into other CMake-using projects.
|
The library is easy to integrate into other CMake-using projects.
|
||||||
|
|
||||||
Just place the library into dedicated directory in your project
|
Just place the library into dedicated directory in your project
|
||||||
(for example, lib/SDL2pp) and add
|
(for example, lib/SDL2pp) and add
|
||||||
@ -77,7 +77,7 @@ be able to use them as usual:
|
|||||||
```cmake
|
```cmake
|
||||||
INCLUDE_DIRECTORIES(${SDL2PP_INCLUDE_DIRS})
|
INCLUDE_DIRECTORIES(${SDL2PP_INCLUDE_DIRS})
|
||||||
|
|
||||||
ADD_EXEUTABLE(mytarget ...)
|
ADD_EXECUTABLE(mytarget ...)
|
||||||
TARGET_LINK_LIBRARIES(mytarget ${SDL2PP_LIBRARIES})
|
TARGET_LINK_LIBRARIES(mytarget ${SDL2PP_LIBRARIES})
|
||||||
```
|
```
|
||||||
|
|
||||||
@ -94,4 +94,4 @@ library, providing SDL2 includes/libs in the mentioned variables.
|
|||||||
|
|
||||||
## License ##
|
## License ##
|
||||||
|
|
||||||
libSDL2pp comes under zlib licemse, the same license as SDL2.
|
libSDL2pp comes under zlib license, the same license as SDL2.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user