projects
/
libs
/
core.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Add an ls example to demonstrate some of the fs components
[libs/core.git]
/
Build
diff --git
a/Build
b/Build
index 318f3414df20eae3cecb296bce4be288fb5e2b19..fc7b33a27b94569f6851d500f6996d96a02ef60c 100644
(file)
--- a/
Build
+++ b/
Build
@@
-93,6
+93,15
@@
package "mspcore"
};
};
+ program "ls"
+ {
+ source "examples/ls.cpp";
+ build_info
+ {
+ library "mspcore";
+ };
+ };
+
tarball "@src"
{
source "License.txt";