Imported Upstream version 2.8.11.2
[platform/upstream/cmake.git] / Tests / QtAutomocNoQt / CMakeLists.txt
1 cmake_minimum_required(VERSION 2.8)
2
3 project(QtAutomocNoQt)
4
5 set(CMAKE_AUTOMOC ON)
6
7 add_executable(hello main.c)