Skip to content

Commit dce3108

Browse files
committed
Add link to CMakeLists.txt
1 parent 8856c2c commit dce3108

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/guides/build-and-link/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,8 @@ Here are some of the most useful:
5757
| `STDCALL` | *(MSVC Only)* By default, libgit2 builds with the `cdecl` calling convention. If you're working with Win32 or the CLR, set this to `ON` to build with the `stdcall` convention. |
5858
| `STATIC_CRT` | *(MSVC Only)* By default, libgit2 will link to a DLL version of the C runtime. Set this to `ON` if you want the runtime functions linked statically. |
5959

60+
Take a look at the [`CMakeLists.txt`](https://github.com/libgit2/libgit2/blob/development/CMakeLists.txt) file for more information.
61+
6062
# Linking and Usage
6163

6264
Once you have a build, you probably want to use it from within your application.

0 commit comments

Comments
 (0)