diff options
| author | Sven Strickroth <email@cs-ware.de> | 2011-10-09 18:45:23 +0200 |
|---|---|---|
| committer | Sven Strickroth <email@cs-ware.de> | 2011-10-09 18:55:28 +0200 |
| commit | cf9bf6b7875357eb8059a4957c1d649bb9ff7e3c (patch) | |
| tree | b5959914e0ce4be26c9b602426fac660fbc4a5de /CMakeLists.txt | |
| parent | 96fab093e3d7fa15e5085f36c51841fa6628cbe9 (diff) | |
| download | libgit2-cf9bf6b7875357eb8059a4957c1d649bb9ff7e3c.tar.gz | |
include version information in git2.dll on Windows
Signed-off-by: Sven Strickroth <email@cs-ware.de>
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index a2fad2d10..aab897f32 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -88,7 +88,7 @@ FILE(GLOB SRC_H include/git2/*.h) # On Windows use specific platform sources IF (WIN32 AND NOT CYGWIN) ADD_DEFINITIONS(-DWIN32 -D_DEBUG) - FILE(GLOB SRC src/*.c src/win32/*.c) + FILE(GLOB SRC src/*.c src/win32/*.c src/win32/git2.rc) ELSE() FILE(GLOB SRC src/*.c src/unix/*.c) ENDIF () |
