git://git.uio.no
/
u
/
mrichter
/
AliRoot.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Fix for bug #77162: Consider installing OADB files
[u/mrichter/AliRoot.git]
/
OADB
/
CMakelibOADB.pkg
1
#-*- Mode: CMake -*-
2
set ( SRCS AliOADBContainer.cxx)
3
4
string(REPLACE ".cxx" ".h" HDRS "${SRCS}")
5
6
set ( DHDR OADBLinkDef.h)
7
8
set ( EXPORT ${HDRS})
9
10
11
# Install data to destination
12
install (DIRECTORY COMMON PWG1 PWG2 PWG3 PWG4
13
DESTINATION OADB
14
PATTERN ".svn" EXCLUDE)