Skip to content

Commit

Permalink
add to build
Browse files Browse the repository at this point in the history
  • Loading branch information
ineed bots committed Sep 10, 2023
1 parent c66cb27 commit 14b96a0
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions deps/premake/csv-parser.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
csv_parser = {
source = path.join(dependencies.basePath, "csv-parser"),
}

function csv_parser.import()
dependson "csv-parser"
csv_parser.includes()
end

function csv_parser.includes()
includedirs {
csv_parser.source
}
end

function csv_parser.project()

end

table.insert(dependencies, csv_parser)

0 comments on commit 14b96a0

Please sign in to comment.