forked from pEp.foundation/libpEpAdapter
Unified local.conf with pEpJNIAdapter, added local.conf.example, (BUILD_CONFIG gone seemed to be broken, anyone missing it? /q heck)
parent
0426b8b8bb
commit
d92b92c844
@ -0,0 +1,16 @@
|
||||
# This is an Example build config file (local.conf)
|
||||
# you might not need this file, but if the defaults dont work for you
|
||||
# You can override them here.
|
||||
# Tweak the values to your needs and rename it to local.conf
|
||||
|
||||
######### C++ Compiler #########
|
||||
# Should work with clang and g++
|
||||
# CXX=g++
|
||||
# DEBUG=1 # DEBUG Build (Default)
|
||||
# DEBUG=0 # RELEASE Build
|
||||
|
||||
############# DIRS #############
|
||||
# PREFIX=$(HOME)/local
|
||||
# ENGINE_LIB_PATH=$(PREFIX)/lib
|
||||
# ENGINE_INC_PATH=$(PREFIX)/include
|
||||
# ENGINE_TEST=
|
Loading…
Reference in New Issue