From: Mikko Rasa Date: Fri, 24 May 2013 12:29:10 +0000 (+0300) Subject: Bring the Build file up to date with Builder changes X-Git-Url: http://git.tdb.fi/?p=libs%2Ftest.git;a=commitdiff_plain;h=c7b48ec08f0510a1237b98492cef2c12909cb0f1 Bring the Build file up to date with Builder changes --- diff --git a/Build b/Build index 07242bc..9465cd5 100644 --- a/Build +++ b/Build @@ -5,15 +5,13 @@ package "msptest" require "mspcore"; - headers "msp/test" - { - source "source"; - install true; - }; - library "msptest" { source "source"; install true; + install_map + { + map "source" "include/msp/test"; + }; }; };