summaryrefslogtreecommitdiff
path: root/cryptlib.vcxproj.filters
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2017-11-22 08:45:38 -0500
committerJeffrey Walton <noloader@gmail.com>2017-11-22 08:45:38 -0500
commitf2bc3cd0ca62b6c52f8eb3954dbf9ead657a3ef0 (patch)
tree25144fa53934ab091140db9953e69642c3c67c3f /cryptlib.vcxproj.filters
parente7fee716d68a0c6f3cfc83aee0133dfc12200de1 (diff)
downloadcryptopp-git-f2bc3cd0ca62b6c52f8eb3954dbf9ead657a3ef0.tar.gz
Add speck-simd.cpp to project files (GH #538, #539)
Cleaned up whitespace
Diffstat (limited to 'cryptlib.vcxproj.filters')
-rw-r--r--cryptlib.vcxproj.filters3
1 files changed, 3 insertions, 0 deletions
diff --git a/cryptlib.vcxproj.filters b/cryptlib.vcxproj.filters
index 96afc6e3..7db0d3de 100644
--- a/cryptlib.vcxproj.filters
+++ b/cryptlib.vcxproj.filters
@@ -377,6 +377,9 @@
<ClCompile Include="speck.cpp">
<Filter>Source Files</Filter>
</ClCompile>
+ <ClCompile Include="speck-simd.cpp">
+ <Filter>Source Files</Filter>
+ </ClCompile>
<ClCompile Include="square.cpp">
<Filter>Source Files</Filter>
</ClCompile>