You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit eliminates the src/ directory, moving the contents of
src/beman/exemplar/CMakeLists.txt into the top level CMakeLists.txt
(except for the header FILE_SET, which now lives in
include/beman/exemplar/CMakeLists.txt), removing identity.cpp, and
changing beman.exemplar from STATIC/SHARED into INTERFACE.
The cookiecutter template now allows the user to specify whether they
want to stamp out an "interface" or "static" library, where the
"static" option is similar to exemplar's previous status quo.
To ensure that cookiecutter's "static" option remains valid, we add a
new CI test that smoke tests that building, testing, and installing it
completes without error.
0 commit comments