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:
parent
79be3ce7a5
commit
01ec7b5a74
4 changed files with 26 additions and 3 deletions
|
@ -36,3 +36,7 @@ uts-server is compiled using cmake:
|
|||
# Compile with debug flags
|
||||
$ cmake . -DDEBUG=ON
|
||||
$ make
|
||||
|
||||
# Compile statically
|
||||
$ cmake . -DSTATIC=ON
|
||||
$ make
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue