black-desk / PFL.cmake

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PFL.cmake

This project is design to build c++ project follows the Pitchfork layout.

You can just copy the PFL.cmake file into your awesome project, then use like this:

cmake_minimum_required(VERSION 3.11.4 FATAL_ERROR)

project (
  MyAwesomeProject
  VERSION      0.1.0
  HOMEPAGE_URL https://github.com/<your-username>/MyAwesomeProject
  LANGUAGES    CXX
               C
)

For futher information, check examples and documents.

About

License:GNU Lesser General Public License v3.0


Languages

Language:CMake 94.0%Language:Shell 5.1%Language:Python 0.5%Language:C++ 0.3%