FS#8961 - Anti-Aliased Fonts.
[kugel-rb.git] / utils / zenutils / source / shared / CMakeLists.txt
blob751257f64ff4ea50e224f49ba6ce70b52ae31a6c
1 PROJECT(shared)
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
14 ADD_LIBRARY(shared ${shared_srcs})
15 TARGET_LINK_LIBRARIES(shared pelib)
16 TARGET_LINK_LIBRARIES(shared zlib)