https://github.com/Kitware/CMake
Revision a3b7caaf5f661a9e07e1af5ee8a677f676714025 authored by David Cole on 27 March 2012, 19:56:31 UTC, committed by CMake Topic Stage on 27 March 2012, 19:56:31 UTC
9b32475 automoc: add define to test which caused bug #13018
2066511 automoc: fix #13018, proper cmake escaping to avoid false rebuilds
c652812 make cmLocalGenerator::EscapeForCMake() static

2 parent s ef309e9 + 9b32475
Raw File
Tip revision: a3b7caaf5f661a9e07e1af5ee8a677f676714025 authored by David Cole on 27 March 2012, 19:56:31 UTC
Merge topic 'AutomocProperCMakeEscaping_13018'
Tip revision: a3b7caa
libbz2.def
LIBRARY         LIBBZ2
DESCRIPTION     "libbzip2: library for data compression"
EXPORTS
    BZ2_bzCompressInit
    BZ2_bzCompress
    BZ2_bzCompressEnd
    BZ2_bzDecompressInit
    BZ2_bzDecompress
    BZ2_bzDecompressEnd
    BZ2_bzReadOpen
    BZ2_bzReadClose
    BZ2_bzReadGetUnused
    BZ2_bzRead
    BZ2_bzWriteOpen
    BZ2_bzWrite
    BZ2_bzWriteClose
    BZ2_bzWriteClose64
    BZ2_bzBuffToBuffCompress
    BZ2_bzBuffToBuffDecompress
    BZ2_bzlibVersion
    BZ2_bzopen
    BZ2_bzdopen
    BZ2_bzread
    BZ2_bzwrite
    BZ2_bzflush
    BZ2_bzclose
    BZ2_bzerror
back to top