Automatically add dependency during the build #170
Labels
infrastructure
Code infrastucture should be reusued in the future implementation (e.g., better test case org)
Milestone
Consider how we build LC138 binary in C++
Is there a way to include jsoncpp.cpp automatically whenever we include the
.cc
that has dependency on it (e.g.,linkedList_rand.cc
has dependency onjsoncpp.cpp
. Can we includejsoncpp.cpp
whenever we uselinkedList_rand.cc
automatically?)The text was updated successfully, but these errors were encountered: