1
1
miroir de https://github.com/henrydcase/pqc.git synchronisé 2024-11-22 07:35:38 +00:00
Cette révision appartient à :
Henry Case 2021-03-24 23:48:29 +00:00
Parent 810f460a7e
révision 81ccb71992
3 fichiers modifiés avec 6 ajouts et 0 suppressions

3
.gitmodules externe
Voir le fichier

@ -1,3 +1,6 @@
[submodule "test/pycparser"]
path = test/pycparser
url = https://github.com/eliben/pycparser.git
[submodule "3rd/gtest"]
path = 3rd/gtest
url = https://github.com/google/googletest.git

1
3rd/gtest Sous-module

@ -0,0 +1 @@
Subproject commit 1a8ecf1813d022cc7914e04564b92decff6161fc

Voir le fichier

@ -33,6 +33,8 @@ else()
message(FATAL_ERROR "Unknown processor:" ${CMAKE_SYSTEM_PROCESSOR})
endif()
add_subdirectory(3rd/gtest)
# Arch settings
if (${CMAKE_SYSTEM_NAME} MATCHES "Darwin")