- Documented and Debugged containers
- Attempted to setup gdb prettywriters
This commit is contained in:
@@ -61,6 +61,13 @@ add_library(fennec STATIC
|
||||
include/fennec/core/engine.h source/core/engine.cpp
|
||||
include/fennec/core/event.h source/core/event.cpp
|
||||
|
||||
include/fennec/core/system.h
|
||||
|
||||
|
||||
# SCENE ================================================================================================================
|
||||
include/fennec/scene/scene.h
|
||||
include/fennec/scene/component.h
|
||||
|
||||
|
||||
# CONTAINERS ===========================================================================================================
|
||||
include/fennec/containers/array.h
|
||||
@@ -193,11 +200,6 @@ add_library(fennec STATIC
|
||||
# EXTRA SOURCES ========================================================================================================
|
||||
|
||||
${FENNEC_EXTRA_SOURCES}
|
||||
include/fennec/scene/scene.h
|
||||
include/fennec/scene/component.h
|
||||
include/fennec/core/system.h
|
||||
include/fennec/renderers/opengl/lib/vertex_array.h
|
||||
include/fennec/renderers/opengl/texture.h
|
||||
)
|
||||
|
||||
add_dependencies(fennec metaprogramming)
|
||||
|
||||
Reference in New Issue
Block a user