Skip to content

Instantly share code, notes, and snippets.

@virtuosonic
Created April 1, 2025 17:25
Show Gist options
  • Save virtuosonic/1fb8cf6c0d59e5cf7a129d231fced9b4 to your computer and use it in GitHub Desktop.
Save virtuosonic/1fb8cf6c0d59e5cf7a129d231fced9b4 to your computer and use it in GitHub Desktop.
enable Qt MOC
cmake_minimum_required(VERSION 3.30)
project(bleservice)
set(CMAKE_AUTOMOC ON)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment