source: trunk/cscrypt/CMakeLists.txt@ 102

Last change on this file since 102 was 102, checked in by smurzch2, 14 years ago

Try to use CMake for build system.

This is a preliminary test for building with CMake

File size: 174 bytes
Line 
1project (cscrypt)
2
3file (GLOB cscrypt_srcs "*.c")
4file (GLOB cscrypt_hdrs "*.h")
5
6set (lib_name "cscrypt")
7
8add_library (${lib_name} STATIC ${cscrypt_srcs} ${cscrypt_hdrs})
9
Note: See TracBrowser for help on using the repository browser.