Created
April 1, 2025 17:25
-
-
Save virtuosonic/1fb8cf6c0d59e5cf7a129d231fced9b4 to your computer and use it in GitHub Desktop.
enable Qt MOC
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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