1
0
Fork 0
mirror of https://github.com/kakwa/uts-server synced 2025-07-04 20:47:09 +02:00

adding code in cmake for static compilation

This commit is contained in:
kakwa 2017-01-29 16:31:03 +01:00
parent 79be3ce7a5
commit 01ec7b5a74
4 changed files with 26 additions and 3 deletions

View file

@ -36,3 +36,7 @@ uts-server is compiled using cmake:
# Compile with debug flags
$ cmake . -DDEBUG=ON
$ make
# Compile statically
$ cmake . -DSTATIC=ON
$ make