Files
CMake/Tests/RunCMake/Graphviz/sub_directory_target/test.c
T
Stephan Rohmen f7dd74e4ef Graphviz: Fix bug that shows duplicated alias targets
When using subdirectories the alias targets were duplicated
2020-08-17 21:48:47 +02:00

5 lines
48 B
C

int main(int argc, char** argv)
{
return 0;
}