Add utils for working with endianness, more documentation, refactor CMake
Decided to update the docs, as well as adding few new features and small refactoring.
This commit is contained in:
@@ -23,7 +23,7 @@ target_include_directories(BHUnit PUBLIC include)
|
||||
|
||||
# Enable all compiler warnings
|
||||
if(MSVC)
|
||||
target_compile_options(BHUnit PRIVATE /W4 /WX)
|
||||
target_compile_options(BHUnit PRIVATE /W4 /WX)
|
||||
else()
|
||||
target_compile_options(BHUnit PRIVATE -Wall -Wextra -Wpedantic -Werror -fstrict-aliasing)
|
||||
target_compile_options(BHUnit PRIVATE -Wall -Wextra -Wpedantic -Werror -fstrict-aliasing)
|
||||
endif()
|
||||
|
||||
Reference in New Issue
Block a user