File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 11#----------------------- PROJECT CONFIGURATION --------------------------------
22cmake_minimum_required (VERSION 3.10)
3- project (cpp-dotenv VERSION 0.3 .0)
3+ project (cpp-dotenv VERSION 1.0 .0)
44
55set (CMAKE_CXX_STANDARD 11)
66set (CMAKE_CXX_STANDARD_REQUIRED ON )
Original file line number Diff line number Diff line change 22
33<img src =" https://raw.githubusercontent.com/adeharo9/cpp-dotenv/dev/cpp-dotenv.png " alt =" cpp-dotenv " align =" right " />
44
5- ![ version 0.3.0 ] ( https://img.shields.io/badge/version-0.3.0- blue " version 0.3.0 ")
5+ ![ v1.0.0-alpha ] ( https://img.shields.io/badge/version-v1.0.0--alpha- blue " v1.0.0-alpha ")
66![ BSD 3-clause license] ( https://img.shields.io/badge/license-BSD%203--clause-green " BSD 3-clause license ")
77
88Loads environment variables from ` .env ` files for C++ projects.
You can’t perform that action at this time.
0 commit comments