blob: 655f12befbdbc99ce71207fda16a470d6c087c6c [file] [log] [blame]
cmake_minimum_required(VERSION 2.8.12)
project(QtAutomocNoQt)
set(CMAKE_AUTOMOC ON)
add_executable(hello main.c)