4
1
mirror of https://github.com/QuasarApp/CQtDeployer.git synced 2025-05-10 16:39:35 +00:00

fix the cmake stub

This commit is contained in:
Andrei Yankovich 2020-06-30 12:53:14 +03:00
parent 3f958bec50
commit 1b37c780c9

@ -10,6 +10,6 @@
project(CQtDeployer LANGUAGES CXX)
cmake_minimum_required(VERSION 3.1)
include(CMake/QuasarAppCITargets.cmake)
include(QuasarAppLib/CMake/QuasarAppCITargets.cmake)
initAll()