cmake/Tests/QtAutomocNoQt/CMakeLists.txt

8 lines
116 B
CMake
Raw Normal View History

2021-09-14 00:13:48 +02:00
cmake_minimum_required(VERSION 2.8.12)
2013-03-16 19:13:01 +02:00
project(QtAutomocNoQt)
set(CMAKE_AUTOMOC ON)
add_executable(hello main.c)