diff options
Diffstat (limited to 'Tests/LoadCommandOneConfig/LoadedCommand.cxx')
-rw-r--r-- | Tests/LoadCommandOneConfig/LoadedCommand.cxx | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Tests/LoadCommandOneConfig/LoadedCommand.cxx b/Tests/LoadCommandOneConfig/LoadedCommand.cxx new file mode 100644 index 0000000..c2a3439 --- /dev/null +++ b/Tests/LoadCommandOneConfig/LoadedCommand.cxx @@ -0,0 +1,8 @@ +int main () +{ +#ifdef CMAKE_IS_FUN + return 0; +#else + return 1; +#endif +} |