Skip to content

Commit

Permalink
Add missing headers to installed header list
Browse files Browse the repository at this point in the history
  • Loading branch information
jagerman committed Aug 13, 2020
1 parent 8d3ed46 commit faeeaa8
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -138,9 +138,13 @@ install(
)

install(
FILES lokimq/auth.h
FILES lokimq/address.h
lokimq/auth.h
lokimq/base32z.h
lokimq/base64.h
lokimq/batch.h
lokimq/bt_serialize.h
lokimq/bt_value.h
lokimq/connections.h
lokimq/hex.h
lokimq/lokimq.h
Expand Down

0 comments on commit faeeaa8

Please sign in to comment.