mirror of
https://github.com/henrydcase/pqc.git
synced 2024-11-22 15:39:07 +00:00
adds gtest
This commit is contained in:
parent
810f460a7e
commit
81ccb71992
3
.gitmodules
vendored
3
.gitmodules
vendored
@ -1,3 +1,6 @@
|
|||||||
[submodule "test/pycparser"]
|
[submodule "test/pycparser"]
|
||||||
path = test/pycparser
|
path = test/pycparser
|
||||||
url = https://github.com/eliben/pycparser.git
|
url = https://github.com/eliben/pycparser.git
|
||||||
|
[submodule "3rd/gtest"]
|
||||||
|
path = 3rd/gtest
|
||||||
|
url = https://github.com/google/googletest.git
|
||||||
|
1
3rd/gtest
Submodule
1
3rd/gtest
Submodule
@ -0,0 +1 @@
|
|||||||
|
Subproject commit 1a8ecf1813d022cc7914e04564b92decff6161fc
|
@ -33,6 +33,8 @@ else()
|
|||||||
message(FATAL_ERROR "Unknown processor:" ${CMAKE_SYSTEM_PROCESSOR})
|
message(FATAL_ERROR "Unknown processor:" ${CMAKE_SYSTEM_PROCESSOR})
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
add_subdirectory(3rd/gtest)
|
||||||
|
|
||||||
# Arch settings
|
# Arch settings
|
||||||
|
|
||||||
if (${CMAKE_SYSTEM_NAME} MATCHES "Darwin")
|
if (${CMAKE_SYSTEM_NAME} MATCHES "Darwin")
|
||||||
|
Loading…
Reference in New Issue
Block a user