small mods, but trying to make lsp work properly
This commit is contained in:
+5
-1
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user