1
0
mirror of https://github.com/clementine-player/Clementine synced 2024-12-14 18:35:16 +01:00
Clementine-audio-player-Mac.../3rdparty/qtiocompressor/CMakeLists.txt

17 lines
298 B
CMake

cmake_minimum_required(VERSION 2.6)
set(IOCOMPRESSOR-SOURCES
qtiocompressor.cpp
)
set(IOCOMPRESSOR-MOC-HEADERS
qtiocompressor.h
)
QT4_WRAP_CPP(IOCOMPRESSOR-SOURCES-MOC ${IOCOMPRESSOR-MOC-HEADERS})
ADD_LIBRARY(qtiocompressor
${IOCOMPRESSOR-SOURCES}
${IOCOMPRESSOR-SOURCES-MOC}
)