4
1
mirror of https://github.com/QuasarApp/CQtDeployer.git synced 2025-05-04 21:49:35 +00:00
2022-08-20 13:16:49 +03:00

9 lines
117 B
CMake

cmake_minimum_required(VERSION 3.16)
project(TestCPPOnly LANGUAGES CXX)
add_executable(TestCPPOnly
main.cpp
)