[CMake] RE: CMake 2.4.1/VC71 Why the wierd <project>.dir subdirs?

Bill Hoffman bill.hoffman at kitware.com
Wed May 9 13:56:42 EDT 2007


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



More information about the CMake mailing list