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

10 lines
296 B
CMake
Raw Normal View History

# 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)