mirror of
https://github.com/reactos/CMake.git
synced 2024-11-28 14:01:21 +00:00
new tests
This commit is contained in:
parent
900f1be244
commit
2b895779c2
3
Tests/Simple/CMakeLists.txt
Normal file
3
Tests/Simple/CMakeLists.txt
Normal file
@ -0,0 +1,3 @@
|
||||
# a simple test case
|
||||
PROJECT (simple)
|
||||
ADD_EXECUTABLE (simple simple.cxx)
|
4
Tests/Simple/simple.cxx
Normal file
4
Tests/Simple/simple.cxx
Normal file
@ -0,0 +1,4 @@
|
||||
int main ()
|
||||
{
|
||||
return 0;
|
||||
}
|
Loading…
Reference in New Issue
Block a user