metal.tests.template: Install sample_app
This commit is contained in:
parent
9abd0fb916
commit
fa8e1be058
|
@ -103,6 +103,14 @@ let
|
|||
--replace-fail '$ENV{TT_METAL_HOME}/build/lib' '${metal}/lib ${metal}/build/lib'
|
||||
'';
|
||||
|
||||
# No default install target
|
||||
installPhase = ''
|
||||
runHook preInstall
|
||||
pwd
|
||||
install -D sources/examples/sample_app/sample_app $out/bin/sample_app
|
||||
runHook postInstall
|
||||
'';
|
||||
|
||||
cmakeFlags = [
|
||||
"-DCPM_SOURCE_CACHE=${depsDir}"
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue