mirror of
https://github.com/nemtrif/utfcpp.git
synced 2025-04-04 13:05:06 +00:00
Add missing export() command
This commit is contained in:
parent
b85efd66a7
commit
a92f85526b
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue