Translation update done using Pootle.
[gammu.git] / utils / CMakeLists.txt
blobf585f5e78b8ecc10d3c9ca0badeba3ee20aad865
1 # cmake <http://www.cmake.org> build file for Gammu utils
2 # Copyright (c) 2007 - 2010 Michal Cihar
3 # vim: expandtab sw=4 ts=4 sts=4:
5 project (Gammu-utils C)
7 set (UTILS
8     gammu-config
9     jadmaker
10     )
12 install (
13     PROGRAMS ${UTILS}
14     DESTINATION "${INSTALL_BIN_DIR}"
15     COMPONENT "utils"
16     )