mirror of
https://github.com/spiffcode/hostile-takeover.git
synced 2026-04-28 06:15:07 -06:00
13 lines
238 B
Makefile
13 lines
238 B
Makefile
LOCAL_PATH := $(call my-dir)
|
|
|
|
include $(CLEAR_VARS)
|
|
|
|
LOCAL_MODULE := main
|
|
|
|
LOCAL_SRC_FILES := ../../../main.cpp
|
|
|
|
LOCAL_STATIC_LIBRARIES := SDL2_static
|
|
|
|
include $(BUILD_SHARED_LIBRARY)
|
|
$(call import-module,SDL)LOCAL_PATH := $(call my-dir)
|