mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-06 14:19:59 -05:00
new tests
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
# a simple test case
|
||||
PROJECT (simple)
|
||||
ADD_EXECUTABLE (simple simple.cxx)
|
||||
@@ -0,0 +1,4 @@
|
||||
int main ()
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user