add_executable(class-template-start-main class-template-start-main.cpp) add_executable(default-members default-members.cpp) add_executable(friend friend.cpp) add_executable(function-templates function-templates.cpp) add_executable(function-templates2 function-templates2.cpp) add_executable(inc-com-stack inc-com-stack.cpp) add_executable(specialise-explicit specialise-explicit.cpp) add_executable(stack_main-partial stack_main-partial.cpp) add_executable(stack_main stack_main.cpp) add_executable(static static.cpp) add_executable(template-template-after template-template-after.cpp) add_executable(template-template-before template-template-before.cpp) add_executable(tt-limits tt-limits.cpp) add_executable(type-non-type type-non-type.cpp) add_executable(typetraits1 typetraits1.cpp) add_executable(typetraits2 typetraits2.cpp) add_executable(typetraits3 typetraits3.cpp) add_executable(typetraits4 typetraits4.cpp)