blob: 4e2ceeb32bf2f5f87b05f7ffed2fa41103f5738c [file] [log] [blame]
cmake_minimum_required(VERSION 3.5)
project(QtAutomocNoQt)
set(CMAKE_AUTOMOC ON)
add_executable(hello main.c)