Skip to content

[CMake] ogs_add_library()-function

Lars Bilke requested to merge github/fork/bilke/ogs_add_library into master

Added CMake-function ogs_add_library() as a drop-in replacement for the add_library()-function.

The function takes care of compiler switches (currently warning level only), enabling PCH and installing shared libraries. This makes it easier for developers creating new libraries (just call the new function with your source file list and you are done).

  1. Feature description was added to the changelog

Merge request reports