Skip to content

Commit

Permalink
Merge pull request #19 from marqh/cmake_fix
Browse files Browse the repository at this point in the history
remove src double ref
  • Loading branch information
pelson committed Oct 1, 2015
2 parents cfcf01d + 7fb319c commit 2c076b0
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 src/wgdosstuff.h DESTINATION include)
install(FILES wgdosstuff.h DESTINATION include)

0 comments on commit 2c076b0

Please sign in to comment.