Sign in
cmake
/
cmake
/
76f08a107b344daff524974868ab30353bd9b255
/
.
/
Tests
/
QtAutomocNoQt
/
CMakeLists.txt
blob: b26e471174beb54bd09afe893ea9bb2d8440f66f [
file
] [
log
] [
blame
]
cmake_minimum_required(VERSION 2.8)
project(QtAutomocNoQt)
set(CMAKE_AUTOMOC ON)
add_executable(hello main.c)