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
- remove patomic_DEVELOPER_MODE (wasn't really used, or clear in its functionality)
- add patomic_BUILD_SHARED to override BUILD_SHARED_LIBS in niche situations
- rename `warning_guard` to `patomic_WARNING_GUARD`
Signed-off-by: doodspav <[email protected]>
doodspav
changed the title
Add base files, with CMake as the build system, and CMake presets for CI
Add base files, with CMake as the build system
Jun 14, 2023
Description:
include/patomic/patomic.h
andsrc/patomic.c
filesAcceptance Criteria:
cmake -S . -B ./build -DCMAKE_BUILD_TYPE=Release
will write build files to./build
cmake --build ./build --config Release
will build a release build in./build
cmake --install ./build --config Release --prefix ./build/usr
will install the release build in./build/usr
The text was updated successfully, but these errors were encountered: