Rob Mathews wrote:
Ah, ok, now that makes sense. But if you *aren't* doing that.. then you don't need this.
A very simple cmake project would need that:

add_library(foo foo.c)
add_executable(bar bar.c)
target_link_libraries(bar foo)

This would create foo.vcproj and bar.vcproj in the same directory.

-Bill

_______________________________________________
CMake mailing list
CMake@cmake.org
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to