scuffed-code/tools/unicode/c/genprops/CMakeLists.txt
2010-07-27 23:32:04 +00:00

10 lines
312 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(genprops genprops.cpp props2.cpp store.c)
target_link_libraries(genprops icuuc icutu)