File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -81,13 +81,13 @@ Their internal dependencies are handled automatically. So if you're requireing c
8181
8282## 3. Use
8383
84- After Boost's include path should be regitered by entering:
84+ Boost's include path should be registered by entering:
8585
8686``` cmake
8787include_directories(${Boost_INCLUDE_DIRS})
8888```
8989
90- And you have to link your addon aggainst Boost libraries:
90+ And you have to link your addon with Boost libraries:
9191
9292``` cmake
9393target_link_libraries(${PROJECT_NAME} ${CMAKE_JS_LIB};${Boost_LIBRARIES})
@@ -99,4 +99,4 @@ The [tutorial](https://github.com/unbornchikken/cmake-js/wiki/TUTORIAL-04-Creati
9999
100100```
101101git clone https://github.com/unbornchikken/cmake-js-tut-04-boost-module
102- ```
102+ ```
You can’t perform that action at this time.
0 commit comments