misc/quazip/CMakeLists.txt
author unc0rr
Sun, 16 Sep 2012 22:55:33 +0400
changeset 7688 9daa06188551
parent 7256 5b97b9946cde
permissions -rw-r--r--
New hwSqrt which is up to 8.7% more efficient than old one on synthetic tests

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