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

10 lines
296 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(gencase gencase.c store.c)
target_link_libraries(gencase icuuc icutu)