Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 889 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 889 Bytes

NcCommon

Build License

NcCommon consists of several libraries providing functionality that needs to be shared across NcStudios repos. These include NcMath and NcUtility, as well as the following third-party libraries: DirectXMath, {fmt}, and nlohmann json.

NcStudios repos should consume NcCommon via FetchContent() targeting the release branch.

Build Options

NC_COMMON_BUILD_TESTS (default OFF)

NC_COMMON_STATIC_ANALYSIS (default OFF)
    Note: MSVC Only