From 07c3618ffe7912c2ebc589ea45501c687a19cf2c Mon Sep 17 00:00:00 2001 From: masariello Date: Wed, 22 Jul 2020 14:23:53 +0100 Subject: Add static library target and cpack support --- hiredis.targets | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 hiredis.targets (limited to 'hiredis.targets') diff --git a/hiredis.targets b/hiredis.targets new file mode 100644 index 0000000..effd8a5 --- /dev/null +++ b/hiredis.targets @@ -0,0 +1,11 @@ + + + + + $(MSBuildThisFileDirectory)\..\..\include;%(AdditionalIncludeDirectories) + + + $(MSBuildThisFileDirectory)\..\..\lib;%(AdditionalLibraryDirectories) + + + \ No newline at end of file -- cgit v1.2.3