Skip to content

Commit 30cefd5

Browse files
committed
mmal: Add mmal_vc_diag code
1 parent aef876e commit 30cefd5

File tree

5 files changed

+2012
-0
lines changed

5 files changed

+2012
-0
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
2+
get_filename_component (VIDEOCORE_ROOT ../../../../ ABSOLUTE)
3+
include (${VIDEOCORE_ROOT}/makefiles/cmake/global_settings.cmake)
4+
5+
include_directories (
6+
${VIDEOCORE_HEADERS_BUILD_DIR}
7+
../../../../host_support/include
8+
${VIDEOCORE_ROOT})
9+
10+
add_library(debug_sym ${SHARED} debug_sym.c)
11+
add_library(debug_sym_static STATIC debug_sym.c)
12+
13+
install(TARGETS debug_sym DESTINATION lib)
14+
install(TARGETS debug_sym_static DESTINATION lib)

0 commit comments

Comments
 (0)