mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-25 01:28:50 -05:00
f5ccef1751
The extended tests cover more AUTOMOC use cases.
12 lines
84 B
C++
12 lines
84 B
C++
#include "SObjA.hpp"
|
|
|
|
SObjA::SObjA()
|
|
{
|
|
}
|
|
|
|
SObjA::~SObjA()
|
|
{
|
|
}
|
|
|
|
#include "SObjA.moc"
|