diff options
Diffstat (limited to 'libbuild2/c/buildfile')
-rw-r--r-- | libbuild2/c/buildfile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libbuild2/c/buildfile b/libbuild2/c/buildfile index 3c069dc..fa23648 100644 --- a/libbuild2/c/buildfile +++ b/libbuild2/c/buildfile @@ -1,6 +1,8 @@ # file : libbuild2/c/buildfile # license : MIT; see accompanying LICENSE file +# NOTE: shared imports should go into root.build. +# include ../ imp_libs = ../lib{build2} # Implied interface dependency. |