repo.or.cz
/
kugel-rb.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
FS#8961 - Anti-Aliased Fonts.
[kugel-rb.git]
/
utils
/
zenutils
/
source
/
shared
/
CMakeLists.txt
blob
751257f64ff4ea50e224f49ba6ce70b52ae31a6c
1
PROJECT(shared)
2
3
# source files for shared
4
SET(shared_srcs
5
cenc.cpp
6
crypt.cpp
7
file.cpp
8
firmware.cpp
9
pe.cpp
10
updater.cpp
11
utils.cpp
12
)
13
14
ADD_LIBRARY(shared ${shared_srcs})
15
TARGET_LINK_LIBRARIES(shared pelib)
16
TARGET_LINK_LIBRARIES(shared zlib)