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
33SOURCES = \
44 streams/linux/fileio_linux.cpp \
55 json/json.cpp \
6+ json/json_parsing.cpp \
7+ json/json_serialization.cpp \
68 utilities/asyncrt_utils.cpp \
79 pplx/pplx.cpp \
810 pplx/threadpool.cpp \
@@ -51,7 +53,6 @@ HEADERS = \
5153 ../include/cpprest/producerconsumerstream.h \
5254 ../include/cpprest/rawptrstream.h \
5355 ../include/cpprest/json.h \
54- ../include/cpprest/log.h \
5556 ../include/pplx/pplxconv.h \
5657 ../include/pplx/pplxlinux.h \
5758 ../include/pplx/pplxinterface.h \
@@ -126,6 +127,6 @@ $(LIBRARY_DST): $(OBJECTS)
126127# -include $(DEPS)
127128
128129clean :
129- rm $(OBJECTS ) $(PRECOMPILED_HEADERS ) $(LIBRARY )
130+ rm $(OBJECTS ) $(PRECOMPILED_HEADERS ) $(LIBRARY ) $( CPP_DEPENDENCIES )
130131
131132.SILENT :clean
You can’t perform that action at this time.
0 commit comments