- Touched up documentation for Math library
- finished matrix implementation - added custom assert implementation
This commit is contained in:
@@ -62,6 +62,8 @@ add_library(fennec STATIC
|
||||
include/fennec/lang/detail/__type_traits.h
|
||||
include/fennec/lang/detail/__type_sequences.h
|
||||
|
||||
include/fennec/lang/assert.h source/lang/assert.cpp
|
||||
|
||||
|
||||
# MEMORY ===============================================================================================================
|
||||
include/fennec/memory/new.h source/memory/new.cpp
|
||||
@@ -98,8 +100,8 @@ add_library(fennec STATIC
|
||||
include/fennec/math/detail/__fwd.h
|
||||
include/fennec/math/detail/__types.h
|
||||
include/fennec/math/detail/__vector_traits.h
|
||||
include/fennec/lang/assert.h
|
||||
source/lang/assert.cpp
|
||||
|
||||
source/debug/assert_impl.cpp
|
||||
)
|
||||
|
||||
# add metaprogramming templates as a dependency and also force documentation to be generated when fennec is compiled
|
||||
|
||||
Reference in New Issue
Block a user