Initial import

This commit is contained in:
2019-11-04 10:21:20 -05:00
commit 11abef8497
5 changed files with 39 additions and 0 deletions

7
CMakeLists.txt Normal file
View File

@@ -0,0 +1,7 @@
cmake_minimum_required(VERSION 3.0)
find_package(Qt5 REQUIRED COMPONENTS Gui Qml)
set(CMAKE_AUTOMOC ON)
add_subdirectory(src)