mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
ENH: create new test to test subdir exclude
This commit is contained in:
2
Tests/SubDir/Examples/example2/CMakeLists.txt
Normal file
2
Tests/SubDir/Examples/example2/CMakeLists.txt
Normal file
@@ -0,0 +1,2 @@
|
||||
PROJECT(example2)
|
||||
ADD_EXECUTABLE(example2 example2.cxx)
|
||||
7
Tests/SubDir/Examples/example2/example2.cxx
Normal file
7
Tests/SubDir/Examples/example2/example2.cxx
Normal file
@@ -0,0 +1,7 @@
|
||||
#include <stdio.h>
|
||||
|
||||
int main()
|
||||
{
|
||||
printf("example2\n");
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user