File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,8 @@ LIBRARY=libcasablanca.so
3
3
SOURCES = \
4
4
streams/linux/fileio_linux.cpp \
5
5
json/json.cpp \
6
+ json/json_parsing.cpp \
7
+ json/json_serialization.cpp \
6
8
utilities/asyncrt_utils.cpp \
7
9
pplx/pplx.cpp \
8
10
pplx/threadpool.cpp \
@@ -51,7 +53,6 @@ HEADERS = \
51
53
../include/cpprest/producerconsumerstream.h \
52
54
../include/cpprest/rawptrstream.h \
53
55
../include/cpprest/json.h \
54
- ../include/cpprest/log.h \
55
56
../include/pplx/pplxconv.h \
56
57
../include/pplx/pplxlinux.h \
57
58
../include/pplx/pplxinterface.h \
@@ -126,6 +127,6 @@ $(LIBRARY_DST): $(OBJECTS)
126
127
# -include $(DEPS)
127
128
128
129
clean :
129
- rm $(OBJECTS ) $(PRECOMPILED_HEADERS ) $(LIBRARY )
130
+ rm $(OBJECTS ) $(PRECOMPILED_HEADERS ) $(LIBRARY ) $( CPP_DEPENDENCIES )
130
131
131
132
.SILENT :clean
You can’t perform that action at this time.
0 commit comments