This website works better with JavaScript
Home
Explore
Help
Sign In
Apq
/
CMake
mirror of
https://github.com/Kitware/CMake.git
Watch
1
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
add missing file
Bill Hoffman
22 years ago
parent
8daa162753
commit
33580312b3
3 changed files
with
12 additions
and
0 deletions
Split View
Show Diff Stats
4
0
Tests/Complex/Executable/complex.file.cxx
4
0
Tests/ComplexOneConfig/Executable/complex.file.cxx
4
0
Tests/ComplexRelativePaths/Executable/complex.file.cxx
+ 4
- 0
Tests/Complex/Executable/complex.file.cxx
View File
@@ -0,0 +1,4 @@
+int main(int , char**)
+{
+ return 0;
+}
+ 4
- 0
Tests/ComplexOneConfig/Executable/complex.file.cxx
View File
@@ -0,0 +1,4 @@
+int main(int , char**)
+{
+ return 0;
+}
+ 4
- 0
Tests/ComplexRelativePaths/Executable/complex.file.cxx
View File
@@ -0,0 +1,4 @@
+int main(int , char**)
+{
+ return 0;
+}