Skip to content

Commit

Permalink
Add a repository link to the CMake build script in the readme
Browse files Browse the repository at this point in the history
  • Loading branch information
unknownv2 committed Jan 30, 2019
1 parent 9cdac0f commit 9fc2977
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Building the DLL requires Visual Studio and that can be accomplished by using `c

## CMake

You can build the library using CMake by running `build.cmd`, which builds the library for the `x86` and `x64` architectures. This also gives you the option to generate and build the library with an older version of `Visual Studio` such as `VS 2015` or `VS 2013`.
You can build the library using CMake by running [`build.cmd`](build.cmd), which builds the library for the `x86` and `x64` architectures. This also gives you the option to generate and build the library with an older version of `Visual Studio` such as `VS 2015` or `VS 2013`.

## Visual Studio

Expand Down

0 comments on commit 9fc2977

Please sign in to comment.