Compare commits

...

3 Commits

Author SHA1 Message Date
0418c0702d Increment CMAKE version number 2025-05-10 22:38:48 +02:00
251e90abf3 Update Cmake required version 2021-03-23 22:19:10 +01:00
80090b4b20 Fix build instructions 2020-11-02 23:47:07 +01:00
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 2.8)
cmake_minimum_required(VERSION 3.18)
project(base64-lib)
aux_source_directory("src" SOURCES)

View File

@@ -9,6 +9,6 @@ If it is set, the lookup table will be moved to the section specified by the def
This project is licensed under GPLv2.
## Build Instructions
* Go to build directory and execute ``cmake <path to this library>``
* Type ``make`` to build the static library object.
* Type ``make execute-base64-test`` to build and run the tests