add_executable(const-members const-members.cpp) add_executable(construction-basic construction-basic.cpp) add_executable(construction-eg construction-eg.cpp) add_executable(construction-eg2 construction-eg2.cpp) add_executable(constructor-basic constructor-basic.cpp) add_executable(constructor-delegate constructor-delegate.cpp) add_executable(constructor-init constructor-init.cpp) add_executable(default-delete default-delete.cpp) add_executable(explicit-1 explicit-1.cpp) add_executable(explicit-2 explicit-2.cpp) add_executable(lifetime lifetime.cpp) add_executable(member-access member-access.cpp) add_executable(scope-3 scope-3.cpp) add_executable(scope scope.cpp) add_executable(static-1 static-1.cpp) add_executable(static-2 static-2.cpp) add_executable(this-1 this-1.cpp) add_executable(this-2 this-2.cpp)