misc/quazip/CMakeLists.txt
author sheepluva
Thu, 15 Sep 2011 01:41:21 +0200
changeset 5909 fb0113caa8c7
parent 5752 ea95ee97c805
child 7256 5b97b9946cde
permissions -rw-r--r--
Randy's soldier helmet hat. I fixed the animation, brightened the color and made it a Team-colored hat. Randy would also like to have his original hat committed ( http://img535.imageshack.us/img535/6720/awag.png) - let me know what you think.

set(QT_USE_QTCORE TRUE)

find_package(Qt4 REQUIRED)
include(${QT_USE_FILE})


file(GLOB SRCS "*.c" "*.cpp")
file(GLOB PUBLIC_HEADERS "*.h")
qt4_wrap_cpp(MOC_SRCS "quazipfile.h")
set(SRCS ${SRCS} ${MOC_SRCS})

add_library(quazip STATIC ${SRCS})