scuffed-code/tools/unicode/c/genprops/CMakeLists.txt
Markus Scherer 241e2a07fb ICU-8972 merge genbidi into genprops
X-SVN-Rev: 31172
2011-12-25 01:25:50 +00:00

12 lines
388 B
CMake

# Copyright (C) 2010-2011, 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)
target_link_libraries(genprops icuuc icutu)