repo.or.cz
/
gammu.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Translation update done using Pootle.
[gammu.git]
/
utils
/
CMakeLists.txt
blob
f585f5e78b8ecc10d3c9ca0badeba3ee20aad865
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:
4
5
project (Gammu-utils C)
6
7
set (UTILS
8
gammu-config
9
jadmaker
10
)
11
12
install (
13
PROGRAMS ${UTILS}
14
DESTINATION "${INSTALL_BIN_DIR}"
15
COMPONENT "utils"
16
)
17