source:
trunk/cscrypt/CMakeLists.txt@
102
Last change on this file since 102 was 102, checked in by , 14 years ago | |
---|---|
File size: 174 bytes |
Line | |
---|---|
1 | project (cscrypt) |
2 | |
3 | file (GLOB cscrypt_srcs "*.c") |
4 | file (GLOB cscrypt_hdrs "*.h") |
5 | |
6 | set (lib_name "cscrypt") |
7 | |
8 | add_library (${lib_name} STATIC ${cscrypt_srcs} ${cscrypt_hdrs}) |
9 |
Note:
See TracBrowser
for help on using the repository browser.