Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
d1be722330a0899f12bd777274e2bc1238b10ce4
/
.
/
Tests
/
QtAutomocNoQt
/
CMakeLists.txt
blob: 4e4daf98a187a3c634b7f827f3f6189dffe3c5ba [
file
] [
log
] [
blame
]
cmake_minimum_required(VERSION 3.10)
project(QtAutomocNoQt)
set(CMAKE_AUTOMOC ON)
add_executable(hello main.c)