scuffed-code/tools/unicode/c/genuts46/CMakeLists.txt

8 lines
254 B
CMake
Raw Normal View History

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