This one uses the example Autotool's lib and CMake lib as dependencies to create: buzz_aldrin
This app has an intentional coding bug for our "Hello Universe" example:
diff --git a/src/buzz.cpp b/src/buzz.cpp
index 1dddaee..97ec7e7 100644
--- a/src/buzz.cpp
+++ b/src/buzz.cpp
@@ -1,6 +1,4 @@
-#include <string>
-#include <vector>
-#include <algorithm>
+#include <iostream>
#include <jupiter.h>