Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Iniciar sesión
kris
/
pqc
Seguir
1
Destacar
1
Fork
0
Código
Incidencias
0
Pull Requests
0
Lanzamientos
0
Wiki
Actividad
Explorar el Código
adds gtest
kyber
Henry Case
hace 3 años
padre
810f460a7e
commit
81ccb71992
Se han
modificado 3 ficheros
con
6 adiciones
y
0 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+3
-0
.gitmodules
+1
-0
3rd/gtest
+2
-0
CMakeLists.txt
+ 3
- 0
.gitmodules
Ver fichero
@@ -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 fichero
@@ -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")
Escribir
Vista previa
Cargando…
Cancelar
Guardar