Skip to content

Commit

Permalink
v0.4.2: include CMakeLists.txt in package files
Browse files Browse the repository at this point in the history
  • Loading branch information
cocoa-xu committed Jun 13, 2024
1 parent f1f686d commit 7e5a179
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule Adbc.MixProject do
use Mix.Project

@version "0.4.2-dev"
@version "0.4.2"
@github_url "https://github.com/elixir-explorer/adbc"

def project do
Expand Down Expand Up @@ -73,7 +73,7 @@ defmodule Adbc.MixProject do
[
name: "adbc",
files:
~w(3rd_party/apache-arrow-adbc c_src lib mix.exs README* LICENSE* Makefile Makefile.win checksum.exs),
~w(3rd_party/apache-arrow-adbc c_src lib mix.exs README* LICENSE* CMakeLists.txt Makefile Makefile.win checksum.exs),
licenses: ["Apache-2.0"],
links: %{"GitHub" => @github_url}
]
Expand Down

0 comments on commit 7e5a179

Please sign in to comment.