implement engine structure

This commit is contained in:
n0ffie 2025-02-10 01:04:33 +01:00
parent fdebdd3ca2
commit 2dbfa1b99e
6 changed files with 470 additions and 103 deletions

View file

@ -69,4 +69,5 @@ target_include_directories(colysis PUBLIC include
# put the assets folder path as a C preprocessor define
target_compile_definitions(colysis PRIVATE ASSETS_PATH="${ASSETS_PATH}")
put_targets_into_folder(FOLDER "thid_party" TARGETS raylib flecs::flecs_static)
put_targets_into_folder(FOLDER "vendor/raylib" TARGETS raylib uninstall)
put_targets_into_folder(FOLDER "vendor/flecs" TARGETS flecs::flecs flecs::flecs_static)