misc/quazip/CMakeLists.txt
branchphysfslayer
changeset 8055 04dd8b7fb605
parent 8052 845b5ae03841
child 8056 d5d5e1698554
child 8057 93e16240f178
equal deleted inserted replaced
8052:845b5ae03841 8055:04dd8b7fb605
     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})