Skip to content

Commit

Permalink
list files
Browse files Browse the repository at this point in the history
  • Loading branch information
LandryNorris committed Jul 7, 2023
1 parent 1f8c9d0 commit 9885cb6
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions packages/rhsplib/scripts/build-RHSPlib.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,13 @@ await runCmakeWithArgs(["--build", ".", ...buildOptions]);

console.log("\nSuccessfully built RHSPlib");


console.log("darwin");
fs.readdirSync(buildPath).forEach(file => {
console.log(file);
});
console.log();

async function runCmakeWithArgs(args) {
const cmake = spawn("cmake", args, {
cwd: buildPath,
Expand Down

0 comments on commit 9885cb6

Please sign in to comment.