Merge topic 'export-refactor-more-for-cps'
[kiteware-cmake.git] / Tests / QtAutomocNoQt / CMakeLists.txt
blob4e2ceeb32bf2f5f87b05f7ffed2fa41103f5738c
1 cmake_minimum_required(VERSION 3.5)
3 project(QtAutomocNoQt)
5 set(CMAKE_AUTOMOC ON)
7 add_executable(hello main.c)