scuffed-code/tools/unicode/c/genpname/CMakeLists.txt
Stuart Gill 5aaa8be80e ICU-7611 Generalize library references
X-SVN-Rev: 28337
2010-07-21 00:39:45 +00:00

10 lines
293 B
CMake

# Copyright (C) 2010, 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(genpname genpname.cpp)
target_link_libraries(genpname icuuc icutu)