mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-04-30 21:34:28 +02:00
6 lines
90 B
CMake
6 lines
90 B
CMake
cmake_minimum_required(VERSION 2.6)
|
|
project(qtcertificateaddon)
|
|
|
|
add_subdirectory( src )
|
|
|