cmake/Tests/QtAutomocNoQt/CMakeLists.txt

8 lines
113 B
CMake
Raw Normal View History

2023-07-02 19:51:09 +02:00
cmake_minimum_required(VERSION 3.5)
2013-03-16 19:13:01 +02:00
project(QtAutomocNoQt)
set(CMAKE_AUTOMOC ON)
add_executable(hello main.c)