CMake/Tests/Plugin
Brad King f4b3bdc6be BUG: Create an exe's implib output dir for VS
If an executable marks symbols with __declspec(dllexport) then VS
creates an import library for it.  However, it forgets to create the
directory that will contain the import library if it is different from
the location of the executable.  We work around this VS bug by creating
a pre-build event on the executable target to make the directory.
2009-06-15 10:55:21 -04:00
..
include ENH: Fixed Plugin test on Cygwin. 2007-04-17 18:18:42 -04:00
src ENH: fix memory leak 2007-09-10 17:10:40 -04:00
CMakeLists.txt BUG: Create an exe's implib output dir for VS 2009-06-15 10:55:21 -04:00