Skip to content

Commit

Permalink
feat: add CMakeLists.txt to add the module
Browse files Browse the repository at this point in the history
  • Loading branch information
alirezah95 committed Dec 7, 2022
1 parent 7acf99e commit 3dcee5f
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
cmake_minimum_required(VERSION 3.24.0)

project(TreeModel VERSION 1.0 LANGUAGES CXX)

qt_add_qml_module(TreeModel
URI treemodel
VERSION 1.0
SOURCES
treemodel.cpp treemodel.h treeitem.cpp treeitem.h
)

0 comments on commit 3dcee5f

Please sign in to comment.