https://github.com/fungos/fips-efsw
fipsified efsw (https://bitbucket.org/SpartanJ/efsw)
https://github.com/fungos/fips-efsw
Last synced: about 1 month ago
JSON representation
fipsified efsw (https://bitbucket.org/SpartanJ/efsw)
- Host: GitHub
- URL: https://github.com/fungos/fips-efsw
- Owner: fungos
- Created: 2016-12-27T18:11:41.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-12-27T18:12:09.000Z (over 8 years ago)
- Last Synced: 2025-02-04T22:51:12.538Z (3 months ago)
- Language: C++
- Size: 79.1 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
fips-efsw
=========[](https://travis-ci.org/fungos/fips-efsw)
fipsified efsw (https://bitbucket.org/SpartanJ/efsw)
fips build system: https://github.com/floooh/fips
To use efsw you need just to add it to your `fips.yml`:
```cmake
imports:
fips-efsw:
git: https://github.com/fungos/fips-efsw.git
```And them add a dependency to your project using `fips_deps(efsw)`.