1# 2# Copyright (C) 2017 and later: Unicode, Inc. and others. 3# License & terms of use: http://www.unicode.org/copyright.html 4# 5# Copyright (C) 2010, International Business Machines 6# Corporation and others. All Rights Reserved. 7# 8# created on: 2010jun03 9# created by: Markus W. Scherer 10# edited on: 2010jul20 11# edited by: Stuart G. Gill 12add_executable(genuts46 genuts46.cpp) 13target_link_libraries(genuts46 icuuc icutu) 14