summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorSven Strickroth <email@cs-ware.de>2011-10-09 18:45:23 +0200
committerSven Strickroth <email@cs-ware.de>2011-10-09 18:55:28 +0200
commitcf9bf6b7875357eb8059a4957c1d649bb9ff7e3c (patch)
treeb5959914e0ce4be26c9b602426fac660fbc4a5de /CMakeLists.txt
parent96fab093e3d7fa15e5085f36c51841fa6628cbe9 (diff)
downloadlibgit2-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.txt2
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 ()