misc/quazip/CMakeLists.txt
author belphegorr <szabibibi@gmail.com>
Tue, 24 Jul 2012 20:15:30 +0300
changeset 7417 2520705b857f
parent 7256 5b97b9946cde
permissions -rw-r--r--
Switched Fell From Heaven to Fell From Grace on missions 5, 6. Changed start dialogue of the princess in Mission 6.

set(QT_USE_QTCORE TRUE)

find_package(Qt4 REQUIRED)
if(NOT CROSSAPPLE)
    include(${QT_USE_FILE})
endif()


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})