scuffed-code/tools/unicode/c/genprops/CMakeLists.txt
2010-06-03 22:47:48 +00:00

8 lines
269 B
CMake

# Copyright (C) 2010, International Business Machines
# Corporation and others. All Rights Reserved.
#
# created on: 2010jun03
# created by: Markus W. Scherer
add_executable(genprops genprops.c props2.c store.c)
target_link_libraries(genprops libicuuc.so libicutu.so)