Skip to content

cmake: Add the SAS functions to the CMake build.

poljar requested to merge poljar/cmake_sas into master

The cmake configuration file was forgotten when the SAS functions were added.

Using cmake for building currently ends up in a build that is missing the symbols of the SAS functions as well as missing development headers after the install.

This PR adds the SAS functions to the cmake build and adds the SAS headers to the install.

Merge request reports