Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CMake: Simplify
add_library(DGtal)
into one command
No need to have two `add_library` commands based on `BUILD_SHARED_LIBS`. `SHARED` will be added automatically if `BUILD_SHARED_LIBS` is `ON` and `STATIC` if `OFF`.
- Loading branch information