Skip to content

Commit

Permalink
Merge pull request #20 from marqh/hfiles
Browse files Browse the repository at this point in the history
Include all public headers in installation
  • Loading branch information
rhattersley committed Oct 9, 2015
2 parents 2c076b0 + 127e1ea commit 54c6df7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ add_library(mo_unpack SHARED convert_float_ibm_to_ieee32.c convert_float_ieee32_
set_target_properties(mo_unpack PROPERTIES SOVERSION 3)

install(TARGETS mo_unpack DESTINATION lib)
install(FILES wgdosstuff.h DESTINATION include)
install(FILES wgdosstuff.h logerrors.h rlencode.h DESTINATION include)

0 comments on commit 54c6df7

Please sign in to comment.