Am Montag 17 September 2007 schrieb McKay Davis:
> I'm experiencing trouble getting cmake to copy DLL files to my executable
> output path in visual studio after the target is built.  
>
> It seems that the CMAKE_CFG_INTDIR variable is being expanded to:
> "$"(OutDir)
>
> This causes the .dll files to be copied to the filename '$(OutDir)', not
> into the 'Debug' or 'Release' sub-directory as I would expect.

How about setting LIBRARY_OUTPUT_PATH instead?

HS

_______________________________________________
CMake mailing list
[email protected]
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to