Compare commits
3 Commits
b9cd9198d7
...
master
Author | SHA1 | Date | |
---|---|---|---|
0418c0702d | |||
251e90abf3 | |||
80090b4b20 |
@@ -1,4 +1,4 @@
|
||||
cmake_minimum_required(VERSION 2.8)
|
||||
cmake_minimum_required(VERSION 3.18)
|
||||
project(base64-lib)
|
||||
|
||||
aux_source_directory("src" SOURCES)
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user