add_library(Rectangle Rectangle.cpp) add_executable(main main.cpp) target_link_libraries(main Rectangle) add_executable(hello hello.cpp) add_executable(AskInteger AskInteger.cpp)