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

project(QtAutomocNoQt)

set(CMAKE_AUTOMOC ON)

add_executable(hello main.c)