1add_entrypoint_object( 2 init 3 SRCS 4 init.cpp 5) 6 7add_entrypoint_object( 8 fini 9 SRCS 10 fini.cpp 11) 12