-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Sascha Brandt
committed
Sep 17, 2019
1 parent
d2c6099
commit db2aaf9
Showing
15 changed files
with
16 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,7 @@ | |
# Platform for Algorithm Development and Rendering (PADrend). | ||
# Web page: http://www.padrend.de/ | ||
# Copyright (C) 2009-2013 Benjamin Eikel <[email protected]> | ||
# Copyright (C) 2014-2019 Sascha Brandt <[email protected]> | ||
# | ||
# PADrend consists of an open source part and a proprietary part. | ||
# The open source part of PADrend is subject to the terms of the Mozilla | ||
|
@@ -12,7 +13,7 @@ | |
# | ||
cmake_minimum_required(VERSION 3.1.0) | ||
|
||
project(PADrendComplete VERSION 1.0.0) | ||
project(PADrendComplete VERSION 1.1.0) | ||
|
||
option(BUILD_SHARED_LIBS "Build shared instead of static libraries." ON) | ||
|
||
|
Submodule E_Rendering
updated
4 files
+8 −9 | CMakeLists.txt | |
+9 −0 | Mesh/E_Mesh.cpp | |
+6 −2 | Texture/E_Texture.cpp | |
+1 −0 | header.txt |
Submodule GUI
updated
4 files
+2 −1 | Base/Draw.cpp | |
+0 −20 | Base/GUI_internals.h | |
+5 −4 | CMakeLists.txt | |
+1 −0 | header.txt |
Submodule Rendering
updated
4 files
+5 −8 | CMakeLists.txt | |
+13 −0 | Texture/Texture.cpp | |
+3 −0 | Texture/Texture.h | |
+1 −1 | header.txt |
Submodule plugins
updated
48 files