1
0
mirror of https://github.com/clementine-player/Clementine synced 2024-12-25 01:02:37 +01:00
Clementine-audio-player-Mac.../3rdparty/qtwin/CMakeLists.txt
2015-06-11 12:10:07 +02:00

10 lines
123 B
CMake

cmake_minimum_required(VERSION 2.8.11)
set(QTWIN-SOURCES
qtwin.cpp
)
ADD_LIBRARY(qtwin STATIC
${QTWIN-SOURCES}
)