mirror of
https://github.com/QuasarApp/CQtDeployer.git
synced 2025-04-28 18:54:33 +00:00
9 lines
111 B
CMake
9 lines
111 B
CMake
cmake_minimum_required(VERSION 3.16)
|
|
project(TestOnlyC LANGUAGES C)
|
|
|
|
|
|
add_executable(TestOnlyC
|
|
main.cpp
|
|
)
|
|
|