Re-design of the original CryFS code to work as a library.
Go to file
Sebastian Messmer 59474b10b6 Handle vendor libraries better in cmake 2016-02-11 14:01:59 +01:00
.idea Switch to plain cmake, no biicode anymore. 2016-02-10 00:58:03 +01:00
src Handle vendor libraries better in cmake 2016-02-11 14:01:59 +01:00
test Handle vendor libraries better in cmake 2016-02-11 14:01:59 +01:00
vendor Handle vendor libraries better in cmake 2016-02-11 14:01:59 +01:00
.gitignore Fix .gitignore and add missing part from gtest 2016-02-11 03:00:50 +01:00
.travis.yml Merge fspp repository into here 2016-02-11 12:14:44 +01:00
CMakeLists.txt Handle vendor libraries better in cmake 2016-02-11 14:01:59 +01:00
LICENSE Update LICENCE to LGPL 2015-03-12 16:23:57 +01:00
README Handle vendor libraries better in cmake 2016-02-11 14:01:59 +01:00
utils.cmake Use lowercase for cmake function definitions and rename add_boost/enable_style_warnings/activate_cpp14 to target_add_boost/target_enable_style_warnings/target_activate_cpp14 2016-02-11 12:57:50 +01:00

README

cmake .. -DCMAKE_BUILD_TYPE=Release
cmake .. -DCMAKE_BUILD_TYPE=Debug
cmake .. -DBUILD_TESTING=off
cmake .. -DBUILD_TESTING=on