diff options
| author | Dennis Brentjes <d.brentjes@gmail.com> | 2016-08-26 11:21:41 +0200 |
|---|---|---|
| committer | Dennis Brentjes <d.brentjes@gmail.com> | 2016-08-26 11:21:41 +0200 |
| commit | 00ab2cf6add2976b3a4e8f8cc488777ad5c27808 (patch) | |
| tree | b9399bf912d949c289ff31edae8af2303dff7d26 /libcmix-crypto/CMakeLists.txt | |
| download | cmix-00ab2cf6add2976b3a4e8f8cc488777ad5c27808.tar.gz cmix-00ab2cf6add2976b3a4e8f8cc488777ad5c27808.tar.bz2 cmix-00ab2cf6add2976b3a4e8f8cc488777ad5c27808.zip | |
Initial commit, just some ideas and testing.
Diffstat (limited to 'libcmix-crypto/CMakeLists.txt')
| -rw-r--r-- | libcmix-crypto/CMakeLists.txt | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/libcmix-crypto/CMakeLists.txt b/libcmix-crypto/CMakeLists.txt new file mode 100644 index 0000000..3bbbae6 --- /dev/null +++ b/libcmix-crypto/CMakeLists.txt @@ -0,0 +1,12 @@ + +add_library(cmix-crypto + message.h message.c +) + +target_include_directories(cmix-crypto + PUBLIC ${CMAKE_CURRENT_SOURCE_DIR} +) + +target_compile_options(cmix-crypto + PUBLIC "-std=c99" +)
\ No newline at end of file |
