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

8 lines
257 B
CMake

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