8 lines
114 B
CMake
Raw Normal View History

2024-11-11 15:18:55 +01:00
cmake_minimum_required(VERSION 3.10)
2013-03-16 19:13:01 +02:00
project(QtAutomocNoQt)
set(CMAKE_AUTOMOC ON)
add_executable(hello main.c)