mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-08 07:07:05 +02:00
8 lines
121 B
CMake
8 lines
121 B
CMake
project(qtcertificateaddon)
|
|
|
|
cmake_minimum_required(VERSION 2.6)
|
|
cmake_policy(SET CMP0020 OLD)
|
|
|
|
add_subdirectory( src )
|
|
|