mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-28 09:59:20 -05:00
10 lines
97 B
C++
10 lines
97 B
C++
|
|
#include "GenTarget.hpp"
|
|
#include "moc_GenTarget.cpp"
|
|
|
|
int main()
|
|
{
|
|
Object obj;
|
|
return 0;
|
|
}
|