File tree 4 files changed +7
-0
lines changed
4 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -277,6 +277,8 @@ if(LIB_INSTALL_DIR)
277
277
set (CMAKE_INSTALL_LIBDIR "${LIB_INSTALL_DIR} " )
278
278
endif ()
279
279
280
+ add_subdirectory (framework )
281
+
280
282
add_subdirectory (include )
281
283
282
284
add_subdirectory (3rdparty)
Original file line number Diff line number Diff line change @@ -2,6 +2,8 @@ DESTDIR=/usr/local
2
2
PREFIX =mbedtls_
3
3
PERL ?= perl
4
4
5
+ include framework/exported.make
6
+
5
7
.SILENT :
6
8
7
9
.PHONY : all no_test programs lib tests install uninstall clean test check lcov apidoc apidoc_clean
Original file line number Diff line number Diff line change
1
+ include ../framework/exported.make
1
2
2
3
# Also see "include/mbedtls/mbedtls_config.h"
3
4
Original file line number Diff line number Diff line change @@ -4,6 +4,8 @@ ifndef MBEDTLS_PATH
4
4
MBEDTLS_PATH := ..
5
5
endif
6
6
7
+ include $(MBEDTLS_PATH ) /framework/exported.make
8
+
7
9
CFLAGS ?= -O2
8
10
WARNING_CFLAGS ?= -Wall -Wextra -Wformat=2 -Wno-format-nonliteral
9
11
WARNING_CXXFLAGS ?= -Wall -Wextra -Wformat=2 -Wno-format-nonliteral
You can’t perform that action at this time.
0 commit comments