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