Skip to content

Commit

Permalink
Fix link to CMake.js documentation (#1180)
Browse files Browse the repository at this point in the history
  • Loading branch information
nullromo authored May 27, 2022
1 parent dc4f2bb commit 358ac2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/cmake-js.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ add_definitions(-DNAPI_EXPERIMENTAL)

### node-addon-api

If your Node-API native add-on uses the optional [**node-addon-api**](https://github.com/nodejs/node-addon-api#node-addon-api-module) C++ wrapper, the `CMakeLists.txt` file requires additional configuration information as described on the [CMake.js README file](https://github.com/cmake-js/cmake-js#n-api-and-node-addon-api).
If your Node-API native add-on uses the optional [**node-addon-api**](https://github.com/nodejs/node-addon-api#node-addon-api-module) C++ wrapper, the `CMakeLists.txt` file requires additional configuration information as described on the [CMake.js README file](https://github.com/cmake-js/cmake-js#node-api-and-node-addon-api).

## Example

Expand Down

0 comments on commit 358ac2f

Please sign in to comment.