2011-12-16 00:41:08 +00:00
|
|
|
# Copyright (C) 2010-2011, International Business Machines
|
2010-06-03 22:47:48 +00:00
|
|
|
# Corporation and others. All Rights Reserved.
|
|
|
|
#
|
|
|
|
# created on: 2010jun03
|
|
|
|
# created by: Markus W. Scherer
|
2010-07-21 00:39:45 +00:00
|
|
|
# edited on: 2010jul20
|
|
|
|
# edited by: Stuart G. Gill
|
2011-12-16 00:41:08 +00:00
|
|
|
add_executable(genprops genprops.cpp corepropswriter.cpp props2writer.cpp)
|
2010-07-21 00:39:45 +00:00
|
|
|
target_link_libraries(genprops icuuc icutu)
|