This website works better with JavaScript.
Home
Help
Register
Sign In
Thomas
/
libpEpAdapter
forked from
pEp.foundation/libpEpAdapter
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Tests: PityTest - Makefile add pEp includes
LIB-11
heck
12 months ago
parent
046665be80
commit
e8be7529f1
1 changed files
with
4 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-3
test/pitytest11/Makefile
+ 4
- 3
test/pitytest11/Makefile
View File
@ -1,8 +1,9 @@
i
n
c
l
u
d
e
.
.
/
.
.
/
M
a
k
e
f
i
l
e
.
c
o
n
f
TARGET
=
src/libPityTest.a
LDFLAGS
:=
-L../../src/
$(
LDFLAGS
)
LDLIBS
=
-lstdc++ -lpEpAdapter
LDFLAGS
=
-L../../src/
CXXFLAGS
=
-std
=
c++11 -g
CXXFLAGS
+=
-I./src
CXXFLAGS
:=
-std
=
c++11 -g -I./src
$(
CXXFLAGS
)
#TEST_EXTRA_OBJS=../framework/utils.o
# Src
Write
Preview
Loading…
Cancel
Save