CMakeLists.txt
changeset 30 060c59f6f3de
parent 28 ff36ae7e2b1e
child 49 a9c3cc3626ca
equal deleted inserted replaced
29:58001297bb7b 30:060c59f6f3de
    45 target_link_libraries(disco ${GLIB_LIBRARIES} 
    45 target_link_libraries(disco ${GLIB_LIBRARIES} 
    46 					  ${LM_LIBRARIES}
    46 					  ${LM_LIBRARIES}
    47 					  ${MCABBER_LIBRARIES})
    47 					  ${MCABBER_LIBRARIES})
    48 include_directories(${disco_SOURCE_DIR} 
    48 include_directories(${disco_SOURCE_DIR} 
    49                     ${disco_BINARY_DIR}) 
    49                     ${disco_BINARY_DIR}) 
       
    50 set_target_properties(disco PROPERTIES COMPILE_FLAGS "-Wall")
    50 
    51 
    51 ## Packaging information
    52 ## Packaging information
    52 set(CPACK_PACKAGE_NAME libmcabber-disco)
    53 set(CPACK_PACKAGE_NAME libmcabber-disco)
    53 set(CPACK_PACKAGE_VERSION ${PROJECT_VERSION})
    54 set(CPACK_PACKAGE_VERSION ${PROJECT_VERSION})
    54 set(CPACK_PACKAGE_VENDOR "IsBear")
    55 set(CPACK_PACKAGE_VENDOR "IsBear")