- Functions to construct matrices from translations, scaling, and rotations
This commit is contained in:
@@ -108,14 +108,14 @@ add_library(fennec STATIC
|
||||
include/fennec/math/trigonometric.h
|
||||
include/fennec/math/relational.h
|
||||
|
||||
include/fennec/math/ext/constants.h
|
||||
|
||||
include/fennec/math/detail/__fwd.h
|
||||
include/fennec/math/detail/__math.h
|
||||
include/fennec/math/detail/__matrix.h
|
||||
include/fennec/math/detail/__types.h
|
||||
include/fennec/math/detail/__vector_traits.h
|
||||
|
||||
include/fennec/math/ext/constants.h
|
||||
|
||||
# FPROC ================================================================================================================
|
||||
|
||||
# Strings
|
||||
@@ -128,6 +128,7 @@ add_library(fennec STATIC
|
||||
# Filesystem
|
||||
include/fennec/fproc/filesystem/file.h source/fproc/filesystem/file.cpp
|
||||
include/fennec/fproc/filesystem/path.h source/fproc/filesystem/path.cpp
|
||||
include/fennec/math/ext/transform.h
|
||||
)
|
||||
|
||||
# add metaprogramming templates as a dependency and also force documentation to be generated when fennec is compiled
|
||||
|
||||
Reference in New Issue
Block a user