This is the guide to follow if you just want to use the libraries in your project, without running the test suite.
If you want to contribute or run the test suite, check the Building (Contributor) page.
SC.cpp
unity build file to your build system of choice (if any!).Libraries/**SomeLibrary**/*.h
are public. Libraries/**SomeLibrary**/[Internal | Tests]
are NOT public.#define
SC_COMPILER_ENABLE_STD_CPP=1
to use the C++ Standard LibrarySC.cpp
(located in project root) to your buildLibraries/**SomeLibrary**/SomeHeader.h
CoreFoundation.framework
CoreServices.framework
SC.cpp
(located in project root) to your buildLibraries/**SomeLibrary**/SomeHeader.h
libdl
(-ldl
)libpthread
(-lpthread
)SC.cpp
(located in project root) to your buildLibraries/**SomeLibrary**/SomeHeader.h
#pragma comment(lib, ...)
Ws2_32.lib
ntdll.lib
Rstrtmgr.lib
shlwapi.lib