/PFL.cmake

Primary LanguageCMakeGNU Lesser General Public License v3.0LGPL-3.0

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.