mirror of
https://github.com/deepinsight/insightface.git
synced 2026-09-02 12:54:40 +00:00
9 lines
247 B
Makefile
9 lines
247 B
Makefile
LOCAL_PATH := $(call my-dir)
|
|
|
|
include $(CLEAR_VARS)
|
|
LOCAL_MODULE := inspireface_session_bridge
|
|
LOCAL_SRC_FILES := inspireface_session_bridge.cpp
|
|
LOCAL_CPPFLAGS := -std=c++17 -Wall -Wextra
|
|
LOCAL_LDLIBS := -ldl -llog
|
|
include $(BUILD_SHARED_LIBRARY)
|