Josef Karthauser <> wrote: >> Each project statement should map to a .sln file that contains any >> necessary .vcproj files. > > I've got that. However, the .sln file doesn't appear to reference the > .vcproj files for objects specified in the target_link_libraries. I > would expect these to get added too.
That, unfortunately, doesn't happen with vanilla CMake 2.4.7. I have applied the patch from bug 3218: http://cmake.org/Bug/view.php?id=3218, and that makes it work for me. -Torsten This e-mail and any files sent with it contain information that may be privileged or confidential and is the property of the GateHouse Group. This information is intended solely for the person to whom it is addressed. If you are not the intended recipient, you are not authorized to read, print, retain, copy, disseminate, distribute, or use the message or any part thereof. If you have received this e-mail in error, please notify the sender immediately, and delete all copies of this message. In accordance with GateHouse Security Policy, e-mails sent or received may be monitored. _______________________________________________ CMake mailing list [email protected] http://www.cmake.org/mailman/listinfo/cmake
