r201348 - [CMake] Disable libclangTests.exe on win32 for now.

Brad King brad.king at kitware.com
Thu Feb 13 12:25:51 PST 2014


On 2/13/2014 12:51 PM, NAKAMURA Takumi wrote:
> [CMake] Disable libclangTests.exe on win32 for now.
> 
> libclangTests.exe cannot find libclang.dll since it is not on $PATH.

If both targets were to have the same RUNTIME_OUTPUT_DIRECTORY
property then the .exe and .dll would be adjacent and then the
tests will find the DLL at runtime.

-Brad



More information about the cfe-commits mailing list