311eb8cb78
X-SVN-Rev: 28129
8 lines
269 B
CMake
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)
|