initial update

This commit is contained in:
2019-09-05 12:22:21 +08:00
parent 2254c77b60
commit 6649a23104
55 changed files with 4331 additions and 0 deletions

7
CMakeLists.txt Normal file
View File

@@ -0,0 +1,7 @@
cmake_minimum_required(VERSION 3.15.2)
set(CMAKE_CXX_COMPILER /usr/local/bin/g++-9)
project(GM3D_GUI VERSION 0.2 LANGUAGES CXX)
add_subdirectory(src)