Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 446 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 446 Bytes

Example Autotools Application

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>