Skip to content

Commit 09a2f81

Browse files
authored
Merge pull request #603 from redboltz/add_missing_cmake_on_dist
Added a missing cmake file to makedist.sh.
2 parents 7214b4c + 8e74449 commit 09a2f81

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

makedist.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ tar --append --file=$filename $prefix/COPYING
3434
tar --append --file=$filename $prefix/README
3535
tar --append --file=$filename $prefix/msgpack_vc8.sln
3636
tar --append --file=$filename $prefix/msgpack_vc8.vcproj
37+
tar --append --file=$filename $prefix/msgpack-config.cmake.in
3738

3839
rm -f $prefix
3940

0 commit comments

Comments
 (0)