mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-04 21:00:17 -06:00
The tests for AUTOGEN_TARGET_DEPENDS were part of the AutogenOriginDependsOn tests suite. This separates them into an own AutogenTargetDepends tests suite.
10 lines
97 B
C++
10 lines
97 B
C++
|
|
#include "ATDTarget.hpp"
|
|
#include "moc_ATDTarget.cpp"
|
|
|
|
int main()
|
|
{
|
|
Object obj;
|
|
return 0;
|
|
}
|