rockbox/utils/zenutils/source/shared/CMakeLists.txt
Maurus Cuelenaere 14c7f45cda Add zook's ZenUtils to SVN
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18010 a1c6a512-1295-4272-9138-f99709370657
2008-07-11 15:50:46 +00:00

16 lines
268 B
CMake
Executable file

PROJECT(shared)
# source files for shared
SET(shared_srcs
cenc.cpp
crypt.cpp
file.cpp
firmware.cpp
pe.cpp
updater.cpp
utils.cpp
)
ADD_LIBRARY(shared ${shared_srcs})
TARGET_LINK_LIBRARIES(shared pelib)
TARGET_LINK_LIBRARIES(shared zlib)