tags:

views:

333

answers:

2

Hi,

How do i stop CMake adding .dir to the end of of my IntermdiateDirectory?

Eg. IntermediateDirectory="libTea.dir\Debug"

Thanks.

A: 

You probably want RUNTIME_OUTPUT_DIRECTORY.

dirkgently
A: 

Would that work? I can see it working for my .lib file but not the .o's right?