misc/quazip/CMakeLists.txt
branchwebgl
changeset 8096 453917e94e55
parent 8053 2e836bebb518
parent 8093 2286a39140da
child 8099 a7f02b902b6f
equal deleted inserted replaced
8053:2e836bebb518 8096:453917e94e55
     1 set(QT_USE_QTCORE TRUE)
       
     2 
       
     3 find_package(Qt4 REQUIRED)
       
     4 if(NOT CROSSAPPLE)
       
     5     include(${QT_USE_FILE})
       
     6 endif()
       
     7 
       
     8 
       
     9 file(GLOB SRCS "*.c" "*.cpp")
       
    10 file(GLOB PUBLIC_HEADERS "*.h")
       
    11 qt4_wrap_cpp(MOC_SRCS "quazipfile.h")
       
    12 set(SRCS ${SRCS} ${MOC_SRCS})
       
    13 
       
    14 add_library(quazip STATIC ${SRCS})