5aaa8be80e
X-SVN-Rev: 28337
10 lines
296 B
CMake
10 lines
296 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(gencase gencase.c store.c)
|
|
target_link_libraries(gencase icuuc icutu)
|