scuffed-code/tools/unicode/c/genprops/CMakeLists.txt

10 lines
335 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 corepropswriter.cpp props2writer.cpp)
target_link_libraries(genprops icuuc icutu)