This website works better with JavaScript
Home
Explore
Help
Register
Sign In
Apq
/
CMake
mirror of
https://github.com/Kitware/CMake.git
Watch
1
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
COMP: Fixed form of function main.
Brad King
20 years ago
parent
21975ceda5
commit
9762573aa9
1 changed files
with
2 additions
and
2 deletions
Split View
Show Diff Stats
2
2
Tests/CustomCommand/GeneratedHeader/main.cpp
+ 2
- 2
Tests/CustomCommand/GeneratedHeader/main.cpp
View File
@@ -1,5 +1,5 @@
#include "generated.h"
-main()
+
int
main()
{
-
+
return 0;
}