lucabaldini / xpedaq

Data acquisition software for the X-ray polarimetry explorers
GNU General Public License v2.0
0 stars 0 forks source link

Have a common build dir for all the projects? #77

Closed lucabaldini closed 8 years ago

lucabaldini commented 8 years ago

Right now every one is compiled into its own folder, and for projects that share a large number of classes this means that we're effectively building the objects multiple times.

lucabaldini commented 8 years ago

Done.