Add note on BUILD_SHARED_LIBS CMake flag to README

This commit is contained in:
Stanislav Angelovič
2021-04-29 16:07:47 +02:00
committed by GitHub
parent 5f271abc0c
commit 70778bfae0

View File

@ -66,6 +66,10 @@ $ sudo cmake --build . --target install
This is a CMake-builtin option. Set to `Release` to build sdbus-c++ for production use. Set to `Debug` if you want to help further develop (and debug) the library :)
* `BUILD_SHARED_LIBS` [boolean]
This is a global CMake flag, promoted in sdbus-c++ project to a CMake option. Use this to control whether sdbus-c++ is built as either a shared or static library. Default value: `ON`.
Dependencies
------------