mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-13 01:29:02 -05:00
ENH: More special cases
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
#include <stdio.h>
|
||||
|
||||
void pair_p_stuff()
|
||||
{
|
||||
printf("Placeholder for another strange file in subdirectory\n");
|
||||
}
|
||||
@@ -9,6 +9,7 @@ int main()
|
||||
printf("Hello from subdirectory\n");
|
||||
secondone();
|
||||
pair_stuff();
|
||||
pair_p_stuff();
|
||||
vcl_stuff();
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user