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-2014, 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(genuca genuca.cpp collationbasedatabuilder.cpp) 13target_link_libraries(genuca icuuc icui18n icutu) 14