summaryrefslogtreecommitdiff
path: root/Tests/QtAutomocNoQt/CMakeLists.txt
blob: b26e471174beb54bd09afe893ea9bb2d8440f66f (plain)
1
2
3
4
5
6
7
cmake_minimum_required(VERSION 2.8)

project(QtAutomocNoQt)

set(CMAKE_AUTOMOC ON)

add_executable(hello main.c)