1
0
mirror of https://gitlab.com/kelteseth/ScreenPlay.git synced 2024-09-14 22:42:34 +02:00
ScreenPlay/CMakeLists.txt

13 lines
355 B
CMake

cmake_minimum_required(VERSION 3.0.0 )
project(ScreenPlay)
add_subdirectory(ScreenPlay)
add_subdirectory(ScreenPlaySDK)
add_subdirectory(ScreenPlayWallpaper)
add_subdirectory(ScreenPlayWidget)
add_subdirectory(ScreenPlaySysInfo)
add_subdirectory(Common/stomt-qt-sdk/sdk)
add_subdirectory(Common/qt-google-analytics)
add_subdirectory(Common/qt-breakpad)