Add missing export() command

This commit is contained in:
Corentin Schreiber 2021-12-26 17:49:35 +00:00 committed by GitHub
parent b85efd66a7
commit a92f85526b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)