aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* added support for arc4random_uniform functionv0.3.0la-ninpre2021-09-101-13/+56
| | | | | | | | | i know that it's probably an overkill for such stupid little program, but why not :D also refactored strlcat support a bit, to make sure that strncat function is used if strlcat could not be found. FossilOrigin-Name: 1b72489c7f0f5b72bac65f1469c9bec650d7ffdabfa4f88409e15c630ac5a52d
* added strip directive to cpack, so that binary archives aren't consumingla-ninpre2021-09-041-0/+1
| | | | | too much space FossilOrigin-Name: 1ec2b419547f6ee90f5ba8c3310d99018932c5cb06966b9d96dadd3dbd82ac11
* tweaked packaging, now it's only tar.gz and zip.la-ninpre2021-09-021-0/+9
| | | FossilOrigin-Name: 115b13edec123de8245cdb89c6a088ccef291e0bc69ed62cdfdbb751209c24b0
* changed build system to cmake (yeah, it's pretty big and complex, but i kindav0.2.0la-ninpre2021-09-011-0/+161
like it). added "-v" and "--version" flags to nimisewi, that are outputting version information and compile features. updated readme with new build instructions. FossilOrigin-Name: 2ca71b4636bf84c76232e040f8ad5e8769a5381f7f99b76360233e6e6c78d686