Skip to content

Commit

Permalink
Merge pull request #87 from cschreib/patch-1
Browse files Browse the repository at this point in the history
Add missing export() command. Issue #86
  • Loading branch information
nemtrif committed Dec 26, 2021
2 parents b85efd6 + a92f855 commit d8b9220
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ if(UTF8_INSTALL)
install(DIRECTORY source/ DESTINATION include/utf8cpp)
install(TARGETS utf8cpp EXPORT utf8cppConfig)
install(EXPORT utf8cppConfig DESTINATION ${DEF_INSTALL_CMAKE_DIR})
export(EXPORT utf8cppConfig)
endif()

if(UTF8_SAMPLES)
Expand Down

0 comments on commit d8b9220

Please sign in to comment.