- Started implementing OpenGL wrappers

This commit is contained in:
2025-08-02 20:59:56 -04:00
parent 3d42dea9eb
commit 5e04eb0ca6
7 changed files with 454 additions and 9 deletions

View File

@@ -34,6 +34,9 @@ include("${FENNEC_SOURCE_DIR}/cmake/platform.cmake")
include("${FENNEC_SOURCE_DIR}/cmake/build.cmake")
include("${FENNEC_SOURCE_DIR}/cmake/compiler.cmake")
# common defines
list(APPEND FENNEC_COMPILE_DEFINITIONS "NULL=0")
# find dependencies
find_package(Doxygen)
fennec_check_platform()