Skip to content

Commit

Permalink
Make SEAL a CMake project and enable auto-download of dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Wei Dai authored and kimlaine committed Feb 6, 2020
1 parent 0389ed6 commit 4bc0872
Show file tree
Hide file tree
Showing 43 changed files with 649 additions and 521 deletions.
14 changes: 9 additions & 5 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Other stuff
native/src/cmake/SEALConfig.cmake
native/src/cmake/SEALConfigVersion.cmake
native/src/cmake/SEALTargets.cmake
cmake/SEALConfig.cmake
cmake/SEALConfigVersion.cmake
cmake/SEALTargets.cmake
native/src/seal/util/config.h
**/CMakeCache.txt
**/CMakeFiles
Expand All @@ -21,8 +21,12 @@ native/src/seal/util/config.h
**/compile_commands.json
**/.DS_Store
**/GSL
native/src/thirdparty/zlib/*
!native/src/thirdparty/zlib/CMakeLists.txt
thirdparty/zlib/*
!thirdparty/zlib/CMakeLists.txt
thirdparty/msgsl/*
!thirdparty/msgsl/CMakeLists.txt
thirdparty/googletest/*
!thirdparty/googletest/CMakeLists.txt
dotnet/nuget/nuget.exe
dotnet/nuget/SEALNet.nuspec
dotnet/nuget/SEALNet.targets
Expand Down
3 changes: 0 additions & 3 deletions .gitmodules

This file was deleted.

Loading

0 comments on commit 4bc0872

Please sign in to comment.