mirror of
https://github.com/reactos/CMake.git
synced 2025-03-05 02:17:05 +00: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
93 B
C++
10 lines
93 B
C++
|
|
#include "ATDFile.hpp"
|
|
#include "moc_ATDFile.cpp"
|
|
|
|
int main()
|
|
{
|
|
Object obj;
|
|
return 0;
|
|
}
|