Skip to content

Commit

Permalink
GUI: Add Verdigris
Browse files Browse the repository at this point in the history
  • Loading branch information
fdde authored and DrMcCoy committed Dec 27, 2017
1 parent 1471814 commit af0c119
Show file tree
Hide file tree
Showing 4 changed files with 1,625 additions and 0 deletions.
2 changes: 2 additions & 0 deletions rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,8 @@ include dists/rules.mk

include utf8cpp/rules.mk

include verdigris/rules.mk

include src/rules.mk

include tests/rules.mk
25 changes: 25 additions & 0 deletions verdigris/rules.mk
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# Phaethon - A FLOSS resource explorer for BioWare's Aurora engine games
#
# Phaethon is the legal property of its developers, whose names
# can be found in the AUTHORS file distributed with this source
# distribution.
#
# Phaethon is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
# as published by the Free Software Foundation; either version 3
# of the License, or (at your option) any later version.
#
# Phaethon is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with Phaethon. If not, see <http://www.gnu.org/licenses/>.

# Verdigris so we don't need moc (<https://github.com/woboq/verdigris>).

noinst_HEADERS += \
verdigris/wobjectdefs.h \
verdigris/wobjectimpl.h \
$(EMPTY)

0 comments on commit af0c119

Please sign in to comment.