Clean up CMakeLists in all C++ examples
+ Rename output executables to match directory structure + Remove libraries for small examples + Supress -Wreturn-type warnings for singleton that is intentionally not copyable
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
|
||||
#include <iostream>
|
||||
|
||||
#include "factory.hpp"
|
||||
#include "abstract-factory.hpp"
|
||||
|
||||
Part* GearFactory::requestPart() {
|
||||
// Create a new part
|
||||
|
||||
Reference in New Issue
Block a user