All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
0.7.0 - 2020-03-08
- Added useful environment variables for build ala
elixir_cmake
(PR #5)
0.6.0 - 2020-02-03
- Allow
CMakeLists.txt
path to be defined in configuration (PR #4)
0.5.0 - 2019-02-05
- Improved setup information in README
- Build structure corrections to match
elixir_cmake
(PR #1)
0.4.0 - 2018-03-22
- Extracted some hard-coded paths into variable for future config replacement
- Fixed documentation publish issue that broke index page
0.3.0 - 2018-03-22
- Improved error detecting and reporting for CMakeLists.txt is missing
0.2.0 - 2018-03-22
- Improved README contents
- Created basic
clean
task
- Created project
- Building simple CMake projects using a static directory structure