Sign in
fuchsia
/
third_party
/
cmake
/
refs/heads/main
/
.
/
Tests
/
QtAutomocNoQt
/
CMakeLists.txt
blob: 4e4daf98a187a3c634b7f827f3f6189dffe3c5ba [
file
] [
log
] [
blame
] [
edit
]
cmake_minimum_required(VERSION 3.10)
project(QtAutomocNoQt)
set(CMAKE_AUTOMOC ON)
add_executable(hello main.c)