scuffed-code/tools/unicode/c/genprops/CMakeLists.txt
Markus Scherer f712c8bc00 ICU-8972 merge gencase into genprops
X-SVN-Rev: 31189
2012-01-10 07:23:44 +00:00

13 lines
446 B
CMake

# Copyright (C) 2010-2012, International Business Machines
# Corporation and others. All Rights Reserved.
#
# created on: 2010jun03
# created by: Markus W. Scherer
# edited on: 2010jul20
# edited by: Stuart G. Gill
add_executable(genprops genprops.cpp
pnamesbuilder.cpp corepropsbuilder.cpp
bidipropsbuilder.cpp casepropsbuilder.cpp
namespropsbuilder.cpp)
target_link_libraries(genprops icuuc icutu)