Skip to content

Commit 523ea97

Browse files
committed
base: pulls in cf_memsys for future usage
1 parent ef67a8e commit 523ea97

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

.gitmodules

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[submodule "submodules/cf_memsys"]
2+
path = submodules/cf_memsys
3+
url = https://github.com/harningt/cf_memsys.git

CMakeLists.txt

+1
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ IF(NOT WIN32)
3939
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fvisibility=hidden")
4040
ENDIF(NOT WIN32)
4141

42+
ADD_SUBDIRECTORY(submodules/cf_memsys)
4243
ADD_SUBDIRECTORY(cryptoface)
4344

4445
IF(BUILD_CF_BEECRYPT)

submodules/cf_memsys

Submodule cf_memsys added at 7c7b322

0 commit comments

Comments
 (0)