Docs Update

This commit is contained in:
2026-01-06 18:47:01 +05:30
parent f99168ee22
commit b216d04489
2 changed files with 3 additions and 2 deletions

View File

@ -12,6 +12,7 @@ Example CMakeLists.txt
cmake_minimum_required(VERSION 3.28)
project(MyGame)
# Or you can use FetchContent
add_subdirectory(external/IACore)
## Apply IACore's standard project configuration