small mods, but trying to make lsp work properly

This commit is contained in:
talksik
2023-08-04 14:32:42 -07:00
parent 39d76ae474
commit d864f1276a
6 changed files with 50 additions and 2 deletions
+5 -1
View File
@@ -1,7 +1,11 @@
cmake_minimum_required(VERSION 2.8)
# 3rd party tools
find_package(Qt5 COMPONENTS Widgets Qml Quick REQUIRED)
find_package(Qt5 COMPONENTS
Widgets
Qml
Quick
REQUIRED)
# Directory with the source code
add_subdirectory(src)