Este site funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Acessar
kris
/
pqc
Observar
1
Favorito
1
Fork
0
Código
Issues
0
Pull requests
0
Versões
0
Wiki
Atividade
Ver código fonte
adds gtest
kyber
Henry Case
3 anos atrás
pai
810f460a7e
commit
81ccb71992
3 arquivos alterados
com
6 adições
e
0 exclusões
Visão dividida
Opções de diferenças
Mostrar estatísticas
Baixar arquivo de patch
Baixar arquivo de diferenças
+3
-0
.gitmodules
+1
-0
3rd/gtest
+2
-0
CMakeLists.txt
+ 3
- 0
.gitmodules
Ver arquivo
@@ -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
- 0
3rd/gtest
@@ -0,0 +1 @@
Subproject commit 1a8ecf1813d022cc7914e04564b92decff6161fc
+ 2
- 0
CMakeLists.txt
Ver arquivo
@@ -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")
Escrever
Pré-visualização
Carregando…
Cancelar
Salvar