mirror of
https://github.com/QuasarApp/CQtDeployer.git
synced 2025-05-04 21:49:35 +00:00
9 lines
117 B
CMake
9 lines
117 B
CMake
cmake_minimum_required(VERSION 3.16)
|
|
project(TestCPPOnly LANGUAGES CXX)
|
|
|
|
|
|
add_executable(TestCPPOnly
|
|
main.cpp
|
|
)
|
|
|