repo.or.cz
/
CMakeLuaTailorHgBridge.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Resync
[CMakeLuaTailorHgBridge.git]
/
CMakeLua
/
Tests
/
SimpleExclude
/
dirC
/
dirB
/
t6.c
blob
e8877df606c1faaf1ef2699be91b8a5260c56c6c
1
#include <stdio.h>
2
3
int
tlib6func
()
4
{
5
Should
not
be build unless target directory B
,
or
C are build
;
6
printf
(
"This is T6
\n
"
);
7
return
6
;
8
}