Skip to content

Commit

Permalink
feat: update cmake-extras to 1.7-2
Browse files Browse the repository at this point in the history
  • Loading branch information
deepin-community-bot[bot] committed Mar 12, 2024
1 parent f1fba2d commit 4d518e5
Show file tree
Hide file tree
Showing 23 changed files with 1,579 additions and 267 deletions.
14 changes: 13 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,13 @@
.pc/
# default build dir
/build*

# Eclipse project files
/.project
/.cproject
/.settings
/.pydevproject
*.user

# Output from example builds
examples/intltool-demo/po/Makefile.in.in
examples/intltool-demo/po/POTFILES.in
21 changes: 21 additions & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
Allan LeSage
Charles Kerr
Dalton Durst
Daniel Holbach
Florian Leeber
Ivan Semkin
James Henstridge
Larry Price
Luca Weiss
Marius Gripsgard
Michael Hudson-Doyle
Michael Vogt
Michihenning
Michi Henning
Mike Gabriel
Pete Woods
Ratchanan Srirattanamet
Robert Tari
Rodney
Rodney Dawes
Stephen M Webb
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.0.2)
project(cmake-extras)
project(cmake-extras VERSION 1.7)

include(GNUInstallDirs)

Expand Down
Loading

0 comments on commit 4d518e5

Please sign in to comment.