Compare commits
No commits in common. "89c586e34269b59eb46d37af6aa595fe9c4474ef" and "b3165878a5c998864337eb64a038de805defa09c" have entirely different histories.
89c586e342
...
b3165878a5
@ -14,7 +14,7 @@
|
|||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
cmake_minimum_required (VERSION 3.1 FATAL_ERROR)
|
cmake_minimum_required (VERSION 3.1 FATAL_ERROR)
|
||||||
project (repobadge VERSION 0.1.0 LANGUAGES CXX)
|
project (buildIt-server VERSION 0.1.0 LANGUAGES CXX)
|
||||||
list(APPEND CMAKE_MODULE_PATH ${PROJECT_SOURCE_DIR}/cmake/Modules )
|
list(APPEND CMAKE_MODULE_PATH ${PROJECT_SOURCE_DIR}/cmake/Modules )
|
||||||
|
|
||||||
set(CMAKE_CXX_STANDARD 14)
|
set(CMAKE_CXX_STANDARD 14)
|
||||||
@ -29,6 +29,7 @@ include(compdb)
|
|||||||
# provide all source files for the server
|
# provide all source files for the server
|
||||||
set(REPOBADGE_SOURCES
|
set(REPOBADGE_SOURCES
|
||||||
include/repoBadge.hpp
|
include/repoBadge.hpp
|
||||||
|
src/svg.hpp
|
||||||
src/repoBadge.cpp
|
src/repoBadge.cpp
|
||||||
)
|
)
|
||||||
|
|
||||||
|
16
README.md
16
README.md
@ -4,22 +4,6 @@
|
|||||||
|
|
||||||
C++ library and tool for creating code repository badges
|
C++ library and tool for creating code repository badges
|
||||||
|
|
||||||
|
|
||||||
## Building
|
|
||||||
|
|
||||||
- mkdir build
|
|
||||||
- cd build
|
|
||||||
- cmake ..
|
|
||||||
- make all
|
|
||||||
- make test
|
|
||||||
|
|
||||||
### Doxygen Documentation
|
|
||||||
|
|
||||||
- mkdir build
|
|
||||||
- cd build
|
|
||||||
- cmake ..
|
|
||||||
- make doc-repobadge
|
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
GPLv3
|
GPLv3
|
||||||
|
Loading…
Reference in New Issue
Block a user