diff options
Diffstat (limited to 'Tests/CPackNSISGenerator/main.cpp')
-rw-r--r-- | Tests/CPackNSISGenerator/main.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Tests/CPackNSISGenerator/main.cpp b/Tests/CPackNSISGenerator/main.cpp new file mode 100644 index 0000000..956f345 --- /dev/null +++ b/Tests/CPackNSISGenerator/main.cpp @@ -0,0 +1,4 @@ +int main() +{ + return 42; +} |