CMake/Source/cmQtAutomoc.cxx

11 lines
114 B
C++
Raw Normal View History

#include "cmQtAutomoc.h"
cmQtAutomoc::cmQtAutomoc()
{
}
bool cmQtAutomoc::Run(const char* targetDirectory)
{
}